Re: BUG #15552: Unexpected error in COPY to a foreign table in a transaction

Michael Paquier <michael@paquier.xyz>

From: Michael Paquier <michael@paquier.xyz>
To: Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp>
Cc: Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>, 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-24T07:08:46Z
Lists: pgsql-bugs
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).
--
Michael

Commits

  1. Disable WAL-skipping optimization for COPY on views

  2. Disable WAL-skipping optimization for COPY on views and foreign tables