Re: [HACKERS] Another oddity in handling of WCO constraints inpostgres_fdw - Mailing list pgsql-hackers

From Jeff Davis
Subject Re: [HACKERS] Another oddity in handling of WCO constraints inpostgres_fdw
Date
Msg-id 1531094418.21382.3.camel@j-davis.com
Whole thread Raw
In response to Re: [HACKERS] Another oddity in handling of WCO constraints in postgres_fdw  (Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp>)
Responses Re: [HACKERS] Another oddity in handling of WCO constraints in postgres_fdw
List pgsql-hackers
On Tue, 2018-03-06 at 20:09 +0900, Etsuro Fujita wrote:
> Agreed.  I added a comment to that function.  I think that that
> comment 
> in combination with changes to the FDW docs in the patch would help
> FDW 
> authors understand why that is needed.  Please find attached an
> updated 
> version of the patch.
> 
> Thanks for the comments!

Committed.

I made some small modifications and added a test for the case where the
foreign table is a partition of a local table, which follows a
different code path after commit 3d956d95.

Thank you!

Regards,
    Jeff Davis



pgsql-hackers by date:

Previous
From: Peter Geoghegan
Date:
Subject: "Write amplification" is made worse by "getting tired" whileinserting into nbtree secondary indexes (Was: Why B-Tree suffix truncation matters)
Next
From: Sean Chittenden
Date:
Subject: Re: WAL prefetch