Re: BUG #15552: Unexpected error in COPY to a foreign table in a transaction
Amit Langote <amitlangote09@gmail.com>
From: Amit Langote <amitlangote09@gmail.com>
To: Luis Carril <luis.carril@swarm64.com>
Cc: Michael Paquier <michael@paquier.xyz>,
Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp>, Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>, "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-19T13:48:43Z
Lists: pgsql-bugs
On Wed, Dec 19, 2018 at 7:16 PM Luis Carril <luis.carril@swarm64.com> wrote: > I was not able to reproduce the error reported by Etsuro, for me on HEAD: You may have forgotten to set wal_level to minimal and restart the server. Thanks, 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