Re: [BUG] Storage declaration in ECPG

From: Andrey Sokolov <a(dot)sokolov(at)arenadata(dot)io>
To: Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>
Cc: "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: [BUG] Storage declaration in ECPG
Date: 2022-09-07 20:57:47
Message-ID: 303741662583862@mail.yandex.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


05.09.2022, 11:12, "Kyotaro Horiguchi" <horikyota(dot)ntt(at)gmail(dot)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

Attachment Content-Type Size
unknown_filename text/html 444 bytes
v2-0001-Fix-storage-declaration-in-ECPG.patch text/x-diff 25.7 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephen Frost 2022-09-07 21:13:44 Re: predefined role(s) for VACUUM and ANALYZE
Previous Message Vitaly Burovoy 2022-09-07 20:51:24 Doc fix and adjustment for MERGE command