From 7d4667c6203d0174903a53de9d1730fbec26576b Mon Sep 17 00:00:00 2001 From: Etsuro Fujita Date: Sun, 8 Jun 2025 17:30:00 +0900 Subject: Revert "postgres_fdw: Inherit the local transaction's access/deferrable modes." We concluded that commit e5a3c9d9b is a feature rather than a fix; since it was added after feature freeze, revert it. Reported-by: Fujii Masao Reported-by: Michael Paquier Reported-by: Robert Haas Discussion: https://postgr.es/m/ed2296f1-1a6b-4932-b870-5bb18c2591ae%40oss.nttdata.com --- doc/src/sgml/postgres-fdw.sgml | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'doc/src/sgml/postgres-fdw.sgml') diff --git a/doc/src/sgml/postgres-fdw.sgml b/doc/src/sgml/postgres-fdw.sgml index c464716e3ce..781a01067f7 100644 --- a/doc/src/sgml/postgres-fdw.sgml +++ b/doc/src/sgml/postgres-fdw.sgml @@ -1077,21 +1077,6 @@ postgres=# SELECT postgres_fdw_disconnect_all(); PostgreSQL release might modify these rules. - - The remote transaction is opened in the same read/write mode as the local - transaction: if the local transaction is READ ONLY, - the remote transaction is opened in READ ONLY mode, - otherwise it is opened in READ WRITE mode. - (This rule is also applied to remote and local subtransactions.) - - - - The remote transaction is also opened in the same deferrable mode as the - local transaction: if the local transaction is DEFERRABLE, - the remote transaction is opened in DEFERRABLE mode, - otherwise it is opened in NOT DEFERRABLE mode. - - Note that it is currently not supported by postgres_fdw to prepare the remote transaction for -- cgit v1.2.3