Re: AtEOXact_ApplyLauncher() and subtransactions
Amit Khandekar <amitdkhan.pg@gmail.com>
From: Amit Khandekar <amitdkhan.pg@gmail.com>
To: Robert Haas <robertmhaas@gmail.com>
Cc: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2018-07-18T04:07:27Z
Lists: pgsql-hackers
On 17 July 2018 at 03:29, Robert Haas <robertmhaas@gmail.com> wrote: > On Mon, Jul 16, 2018 at 2:36 AM, Amit Khandekar <amitdkhan.pg@gmail.com> wrote: >> 0001 patch contains the main fix. In this patch I have used some >> naming conventions and some comments that you used in your patch, >> plus, I used your method of lazily allocating new stack level. The >> stack is initially Null. > > Committed and back-patched to v11 and v10. Thanks Robert.
Commits
-
Add subtransaction handling for table synchronization workers.
- 4beb25c63221 10.5 landed
- 9ec9f8f6833d 11.0 landed
- 32df1c9afa5a 12.0 landed