Re: [PATCH][DOC] Fix for PREPARE TRANSACTION doc and postgres_fdw message.
Gilles Darold <gillesdarold@gmail.com>
From: Gilles Darold <gillesdarold@gmail.com>
To: Michael Paquier <michael@paquier.xyz>, Gilles Darold <gilles@darold.net>
Cc: "pgsql-hackers@lists.postgresql.org" <pgsql-hackers@lists.postgresql.org>
Date: 2019-11-03T08:12:38Z
Lists: pgsql-hackers
Attachments
- fix_message_pg_fdw_v2.diff (text/x-patch) patch v2
- fix_prepare_transaction_doc-v2.diff (text/x-patch) patch v2
Le 02/11/2019 à 08:31, Michael Paquier a écrit : > On Fri, Nov 01, 2019 at 05:29:23PM +0100, Gilles Darold wrote: >> I have attached a patch to the documentation that adds remote tables to >> the list of objects where any operation prevent using a prepared >> transaction, currently it is just notified "operations involving >> temporary tables or the session's temporary namespace". > Perhaps we had better use foreign tables for the error message and the > docs? > -- > Michael Agree, attached is a new version of the patches that replace word remote by foreign. -- Gilles
Commits
-
Add regression test for two-phase transaction in postgres_fdw
- 94fec48516a7 13.0 landed
-
postgres_fdw: Fix error message for PREPARE TRANSACTION.
- 1bd67d535843 9.4.25 landed
- b260ce9c19b6 9.5.20 landed
- bca0aed2d01c 9.6.16 landed
- 0c7a28a5eabd 10.11 landed
- 042e82cef949 11.6 landed
- 0cc31cc32da0 12.1 landed
- 879c11761571 13.0 landed