Correct the reference for plpgsql_yyparse()
Started by Japin Liover 1 year ago2 messageshackers
Hi, hackers
When I read the PL/pgSQL source code, I found that plpgsql_yyparse() is defined
in pl_gram.y, however, the comment says it is defined in gram.y.
PFA.
--
Regrads,
Japin Li
Attachments:
0001-Correct-the-reference-for-function-plpgsql_yyparse.patchtext/x-diffDownload+1-2
Re: Correct the reference for plpgsql_yyparse()
Japin Li <japinli@hotmail.com> writes:
When I read the PL/pgSQL source code, I found that plpgsql_yyparse() is defined
in pl_gram.y, however, the comment says it is defined in gram.y.
Yeah, apparently missed when we renamed that file years ago.
Pushed, thanks for spotting this!
regards, tom lane