| From: | Michael Paquier <michael(at)paquier(dot)xyz> |
|---|---|
| To: | Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com> |
| Cc: | pgsql-hackers(at)lists(dot)postgresql(dot)org |
| Subject: | Re: eclg -C ORACLE breaks data |
| Date: | 2023-04-18 02:35:16 |
| Message-ID: | ZD4B5Ixtc0cGuAbL@paquier.xyz |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Mon, Apr 17, 2023 at 05:00:59PM +0900, Michael Paquier wrote:
> This thinko has been introduced by 3b7ab43, so this needs to go down
> to v11. I'll see to that.
So done. mylodon is feeling unhappy about that, because this has a
C99 declaration:
https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=mylodon&dt=2023-04-18%2002%3A22%3A04
char_array.pgc:73:8: error: variable declaration in for loop is a C99-specific feature [-Werror,-Wc99-extensions]
for (int i = 0 ; i < sqlda->sqld ; i++)
I'll go fix that in a minute, across all the branches for
consistency.
--
Michael
| From | Date | Subject | |
|---|---|---|---|
| Next Message | sirisha chamarthi | 2023-04-18 02:57:58 | Re: Fix documentation for max_wal_size and min_wal_size |
| Previous Message | Tom Lane | 2023-04-18 02:23:20 | Re: Scans are offloaded to SeqScan instead of CustomScan when there are multiple relations in the same query |