Hi there,
I modified my patch in response to Ishii-san's pointed out.
I always set 'COMMITTED READ' to SQL in 'begin_remote_xact()', but changed to
set it only when 'XactIsoLevel' == 'XACT_READ_COMMITTED'.
I tested transaction query to partition tables on remote servers as follows,
(sent BEGIN
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 matc