Re: eclg -C ORACLE breaks data - Mailing list pgsql-hackers

From Kyotaro Horiguchi
Subject Re: eclg -C ORACLE breaks data
Date
Msg-id 20230420.125632.236796436425209579.horikyota.ntt@gmail.com
Whole thread Raw
In response to Re: eclg -C ORACLE breaks data  (Michael Paquier <michael@paquier.xyz>)
Responses Re: eclg -C ORACLE breaks data  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
At Tue, 18 Apr 2023 11:35:16 +0900, Michael Paquier <michael@paquier.xyz> wrote in 
> 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

Thanks!

> 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.

Oh, I didn't realize there were differences in the
configurations. Good to know.

regards.

-- 
Kyotaro Horiguchi
NTT Open Source Software Center



pgsql-hackers by date:

Previous
From: shveta malik
Date:
Subject: Re: Support logical replication of DDLs
Next
From: Michael Paquier
Date:
Subject: Re: eclg -C ORACLE breaks data