Commit 983ec23
Etsuro Fujita
postgres_fdw: Add support for parallel abort.
postgres_fdw aborts remote (sub)transactions opened on remote server(s)
in a local (sub)transaction one by one when the local (sub)transaction
aborts. This patch allows it to abort the remote (sub)transactions in
parallel to improve performance. This is enabled by the server option
"parallel_abort". The default is false.
Etsuro Fujita, reviewed by David Zhang.
Discussion: http://postgr.es/m/CAPmGK15FuPVGx3TGHKShsbPKKtF1y58-ZLcKoxfN-nqLj1dZ%3Dg%40mail.gmail.com1 parent b9b125b commit 983ec23
File tree
5 files changed
+489
-43
lines changed- contrib/postgres_fdw
- expected
- sql
- doc/src/sgml
5 files changed
+489
-43
lines changed
0 commit comments