aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEtsuro Fujita <efujita@postgresql.org>2023-04-06 17:30:00 +0900
committerEtsuro Fujita <efujita@postgresql.org>2023-04-06 17:30:00 +0900
commit983ec23007bd83a649af9bc823f13feb0da27e0e (patch)
treed16c129d9a721b8ca9001390dc67bd58d072f451 /src
parentb9b125b9c14381c4d04a446e335bb2da5f602596 (diff)
downloadpostgresql-983ec23007bd83a649af9bc823f13feb0da27e0e.tar.gz
postgresql-983ec23007bd83a649af9bc823f13feb0da27e0e.zip
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.com
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions