Re: AtEOXact_ApplyLauncher() and subtransactions
Amit Khandekar <amitdkhan.pg@gmail.com>
From: Amit Khandekar <amitdkhan.pg@gmail.com>
To: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2018-06-18T09:32:56Z
Lists: pgsql-hackers
Attachments
- apply_launcher_subtrans.patch (application/octet-stream) patch
On 16 June 2018 at 00:03, Amit Khandekar <amitdkhan.pg@gmail.com> wrote: > The way I am implementing this can be seen in attached > apply_launcher_subtrans_WIP.patch. (check launcher.c changes). I > haven't started testing it yet though. Attached patch passes some basic testing I did. Will do some more testing, and some self-review and code organising, if required. I will also split the patch into two : one containing the main issue regarding subtransaction, and the other containing the other issue I mentioned earlier that shows up without subtransaction as well. -- Thanks, -Amit Khandekar EnterpriseDB Corporation The Postgres Database Company
Commits
-
Add subtransaction handling for table synchronization workers.
- 4beb25c63221 10.5 landed
- 9ec9f8f6833d 11.0 landed
- 32df1c9afa5a 12.0 landed