Re: [BUG] Storage declaration in ECPG

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Andrey Sokolov <a.sokolov@arenadata.io>
Cc: Kyotaro Horiguchi <horikyota.ntt@gmail.com>, "pgsql-hackers@lists.postgresql.org" <pgsql-hackers@lists.postgresql.org>
Date: 2022-09-09T19:36:38Z
Lists: pgsql-hackers
Andrey Sokolov <a.sokolov@arenadata.io> writes:
> [ v2-0001-Fix-storage-declaration-in-ECPG.patch ]

Pushed.  I didn't think a whole new test case was appropriate,
either from the patch-footprint or test-runtime standpoint,
so I just added a couple of declarations to preproc/variable.pgc.

			regards, tom lane



Commits

  1. Fix possible omission of variable storage markers in ECPG.