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

  1. Add subtransaction handling for table synchronization workers.