Re: [BUG] Storage declaration in ECPG
Andrey Sokolov <a.sokolov@arenadata.io>
From: Andrey Sokolov <a.sokolov@arenadata.io>
To: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
Cc: "pgsql-hackers@lists.postgresql.org" <pgsql-hackers@lists.postgresql.org>
Date: 2022-09-07T20:57:47Z
Lists: pgsql-hackers
Attachments
- (unnamed) (text/html)
- v2-0001-Fix-storage-declaration-in-ECPG.patch (text/x-diff) patch v2-0001
05.09.2022, 11:12, "Kyotaro Horiguchi" <horikyota.ntt@gmail.com>:
About the test, don't we need the test for non-varchar/bytea static
variables like "static int inta, intb, intc;"?
Good idea, thanks. I have added tests for static int and bytea. The new patch is in the attachment and here https://github.com/andr-sokolov/postgresql/commit/5a4adc1b5a2a0adfc152debcaf825e7a95a47450
Commits
-
Fix possible omission of variable storage markers in ECPG.
- fe4e151d4a7c 11.18 landed
- fbb54d742ac8 15.0 landed
- be0b0528cb64 14.6 landed
- b7050e258480 16.0 landed
- a6618842fac3 13.9 landed
- 9fbc6d5483b0 12.13 landed
- 8fe26bca1c97 10.23 landed