Re: Correct the reference for plpgsql_yyparse()

2024-12-30 Thread Tom Lane
Japin Li 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,

Correct the reference for plpgsql_yyparse()

2024-12-30 Thread Japin Li
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 >From 9629535310eef217f195fc3526d8227b9f6ab29c Mon Sep 17 00:00:00 2001 From: Japin Li Date: Mon, 30 Dec 2024