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

  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

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