Re: BUG #15552: Unexpected error in COPY to a foreign table in a transaction
Amit Langote <langote_amit_f8@lab.ntt.co.jp>
From: Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>
To: Michael Paquier <michael@paquier.xyz>,
Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp>
Cc: Luis Carril <luis.carril@swarm64.com>,
"pgsql-bugs@lists.postgresql.org" <pgsql-bugs@lists.postgresql.org>,
PG Bug reporting form <noreply@postgresql.org>,
Michael Paquier <michael.paquier@gmail.com>
Date: 2018-12-25T00:50:32Z
Lists: pgsql-bugs
On 2018/12/24 16:08, Michael Paquier wrote: > On Sun, Dec 23, 2018 at 04:50:45PM +0900, Michael Paquier wrote: >> Finally done and committed down to v10 as adapted. > > Just for the note: I have switched my buildfarm animal dangomushi to > use wal_level = minimal as server configuration for the main > regression tests so as the new tests get stressed for all the branches > tested (down to v10). Thank you, Michael. Regards, Amit
Commits
-
Disable WAL-skipping optimization for COPY on views
- 15f69279e0e8 10.7 landed
-
Disable WAL-skipping optimization for COPY on views and foreign tables
- ff9c22266906 11.2 landed
- bf491a9073e1 12.0 landed