[PATCH] Allow transaction to partition table using FDW - Mailing list pgsql-hackers

From mitani
Subject [PATCH] Allow transaction to partition table using FDW
Date
Msg-id 20190221174400.f8634f5409db688a0a20ead5@sraw.co.jp
Whole thread Raw
Responses Re: [PATCH] Allow transaction to partition table using FDW  (mitani <mitani@sraw.co.jp>)
List pgsql-hackers
Hi,

I would like to use transactions with partitioning table using FDW, but transactions can not be used with the following
error.
 'ERROR:  could not serialize access due to concurrent update

So, I tried to write a very simple patch.
This patch works for my purpose, but I do not know if it matches general usage.
I'd like to improve this feature which can be used generally, so please check it.

Please find attached file.

Regards,

-- 
mitani <mitani@sraw.co.jp>

Attachment

pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: insensitive collations
Next
From: Michael Meskes
Date:
Subject: Re: SQL statement PREPARE does not work in ECPG