[PATCH] Allow transaction to partition table using FDW

From: mitani <mitani(at)sraw(dot)co(dot)jp>
To: pgsql-hackers(at)postgresql(dot)org
Subject: [PATCH] Allow transaction to partition table using FDW
Date: 2019-02-21 08:44:00
Message-ID: 20190221174400.f8634f5409db688a0a20ead5@sraw.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)sraw(dot)co(dot)jp>

Attachment Content-Type Size
allow-transaction-to-partition-table-using-FDW.patch application/octet-stream 461 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Meskes 2019-02-21 09:02:40 Re: SQL statement PREPARE does not work in ECPG
Previous Message Peter Eisentraut 2019-02-21 08:36:12 Re: insensitive collations