| From: | David Steele <david(at)pgmasters(dot)net> |
|---|---|
| To: | Nikhil Sontakke <nikhils(at)2ndquadrant(dot)com> |
| Cc: | Michael Paquier <michael(dot)paquier(at)gmail(dot)com>, Stas Kelvich <s(dot)kelvich(at)postgrespro(dot)ru>, Simon Riggs <simon(at)2ndquadrant(dot)com>, PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>, Jesper Pedersen <jesper(dot)pedersen(at)redhat(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com> |
| Subject: | Re: Speedup twophase transactions |
| Date: | 2017-03-02 15:25:40 |
| Message-ID: | 2d2a1d51-113e-fd43-1ab8-91db7d060b6b@pgmasters.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| 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(at)pgmasters(dot)net
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Eisentraut | 2017-03-02 16:03:44 | Re: Faster methods for getting SPI results |
| Previous Message | Peter Eisentraut | 2017-03-02 15:25:24 | Re: Enabling replication connections by default in pg_hba.conf |