Re: [HACKERS] Speedup twophase transactions - Mailing list pgsql-hackers

From David Steele
Subject Re: [HACKERS] Speedup twophase transactions
Date
Msg-id 2d2a1d51-113e-fd43-1ab8-91db7d060b6b@pgmasters.net
Whole thread Raw
In response to Re: [HACKERS] Speedup twophase transactions  (Nikhil Sontakke <nikhils@2ndquadrant.com>)
Responses Re: [HACKERS] Speedup twophase transactions  (Nikhil Sontakke <nikhils@2ndquadrant.com>)
List 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



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: [HACKERS] Enabling replication connections by default inpg_hba.conf
Next
From: Peter Eisentraut
Date:
Subject: Re: [HACKERS] Faster methods for getting SPI results