You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Doc: Improve description of the "parallel_commit" option for postgres_fdw.
It wasn't very clear that if this option was enabled, postgres_fdw wouldcommit remote transactions in parallel at main-transaction end, andcommit remote subtransactions in parallel at subtransaction end, due tothe references to (sub)transaction and other too specific documentation.Clarify that. Also reword to simplify.Follow-up for commit04e706d.Jonathan S. Katz, reviewed by Justin Pryzby, with some modifications byme.Discussion:https://postgr.es/m/1435bfd1-172b-de38-f590-4404a5a62eb0%40postgresql.org