Re: Speedup twophase transactions
David Steele <david@pgmasters.net>
From: David Steele <david@pgmasters.net>
To: Nikhil Sontakke <nikhils@2ndquadrant.com>
Cc: Michael Paquier <michael.paquier@gmail.com>,
Stas Kelvich <s.kelvich@postgrespro.ru>, Simon Riggs
<simon@2ndquadrant.com>,
PostgreSQL mailing lists <pgsql-hackers@postgresql.org>,
Jesper Pedersen <jesper.pedersen@redhat.com>,
Robert Haas <robertmhaas@gmail.com>
Date: 2017-03-02T15:25:40Z
Lists: pgsql-hackers
Nikhil, On 2/27/17 12:19 AM, Nikhil Sontakke wrote: > Hi Michael, > > Thanks for taking a look at the patch. > > twophase.c: In function ‘PrepareRedoAdd’: > twophase.c:2539:20: warning: variable ‘gxact’ set but not used > [-Wunused-but-set-variable] > GlobalTransaction gxact; > There is a warning at compilation. > > Will fix. <...> Do you know when you will have a new patch ready? It would be great to get this thread closed out after 14 months and many commits. Thanks, -- -David david@pgmasters.net
Commits
-
Speedup 2PC recovery by skipping two phase state files in normal path
- 728bd991c3c4 10.0 landed
-
Add tests for two-phase commit
- 30820982b295 10.0 landed
-
Improve grammar of message about two-phase state files.
- 38c363adf497 10.0 landed
-
Speedup 2PC by skipping two phase state files in normal path
- 978b2f65aa12 9.6.0 cited