Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tSLXk-00FrB1-O1 for pgsql-hackers@arkaria.postgresql.org; Mon, 30 Dec 2024 19:35:13 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1tSLXj-00ENu8-Uc for pgsql-hackers@arkaria.postgresql.org; Mon, 30 Dec 2024 19:35:11 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tSLXj-00ENu0-Kb for pgsql-hackers@lists.postgresql.org; Mon, 30 Dec 2024 19:35:11 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tSLXg-002OHM-U6 for pgsql-hackers@lists.postgresql.org; Mon, 30 Dec 2024 19:35:10 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 4BUJZ2fA3882979; Mon, 30 Dec 2024 14:35:02 -0500 From: Tom Lane To: Japin Li cc: PostgreSQL Hackers Subject: Re: Correct the reference for plpgsql_yyparse() In-reply-to: References: Comments: In-reply-to Japin Li message dated "Mon, 30 Dec 2024 17:09:04 +0800" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <3882977.1735587302.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Mon, 30 Dec 2024 14:35:02 -0500 Message-ID: <3882978.1735587302@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk 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, tom lane