[PATCH] Allow transaction to partition table using FDW

Поиск
Список
Период
Сортировка
От mitani
Тема [PATCH] Allow transaction to partition table using FDW
Дата
Msg-id 20190221174400.f8634f5409db688a0a20ead5@sraw.co.jp
обсуждение исходный текст
Ответы Re: [PATCH] Allow transaction to partition table using FDW  (mitani <mitani@sraw.co.jp>)
Список 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>

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: insensitive collations
Следующее
От: Michael Meskes
Дата:
Сообщение: Re: SQL statement PREPARE does not work in ECPG