Re: postgres_fdw: perform UPDATE/DELETE .. RETURNING on a join directly
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Pg Hackers <pgsql-hackers@postgresql.org>, Rushabh Lathia <rushabh.lathia@gmail.com>,
Michael Paquier <michael.paquier@gmail.com>, Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>
Date: 2018-03-02T18:20:05Z
Lists: pgsql-hackers
On Fri, Mar 2, 2018 at 5:35 AM, Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp> wrote: > Agreed. Better safe than sorry, so I disabled autovacuum for all the tables > created in the postgres_fdw regression test, except the ones with no data > modification created in the sections "test handling of collations" and "test > IMPORT FOREIGN SCHEMA". I'm attaching a patch for that. I have committed this patch. Whee! -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company
Commits
-
Temporarily instrument postgres_fdw test to look for statistics changes.
- c2c537c56dc3 11.0 landed
-
postgres_fdw: Fourth attempt to stabilize regression tests.
- 1733460f0205 11.0 landed
-
postgres_fdw: Third attempt to stabilize regression tests.
- 4fa396464e5f 11.0 landed
-
postgres_fdw: Attmempt to stabilize regression tests.
- 958e20e42d6c 11.0 landed
-
postgres_fdw: Push down UPDATE/DELETE joins to remote servers.
- 1bc0100d270e 11.0 landed