Re: postgres_fdw: commit remote (sub)transactions in parallel during pre-commit
Fujii Masao <masao.fujii@oss.nttdata.com>
From: Fujii Masao <masao.fujii@oss.nttdata.com>
To: Etsuro Fujita <etsuro.fujita@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-12-03T09:07:25Z
Lists: pgsql-hackers
On 2021/11/16 18:55, Etsuro Fujita wrote: > I changed my mind; I’ll update the patch to ignore the error as > before, because 1) as far as I know, there are no reports from the > field concerning that we ignore all kinds of errors in cleaning up the > prepared statements, so maybe we don’t need to change that, and 2) we > already committed at least one of the remote transactions, so it’s not > good to abort the local transaction unless we really have to. Are you planning to update the patch? In addition to this change, at least documentation about new parallel_commit parameter needs to be included in the patch. Regards, -- Fujii Masao Advanced Computing Technology Center Research and Development Headquarters NTT DATA CORPORATION
Commits
-
postgres_fdw: Add support for parallel abort.
- 983ec23007bd 16.0 landed
-
Refine the definition of page-level freezing.
- b37a08323964 16.0 cited
-
postgres_fdw: Update comments in make_new_connection().
- 4036bcbbb928 15.0 landed
-
postgres_fdw: Minor cleanup for pgfdw_abort_cleanup().
- 56566835039a 15.0 landed
-
postgres_fdw: Add support for parallel commit.
- 04e706d4238f 15.0 landed
-
Fix ruleutils.c's dumping of whole-row Vars in more contexts.
- 43c2175121c8 15.0 cited
-
postgres_fdw: Refactor transaction rollback code to avoid code duplication.
- 85c69611288f 15.0 cited