Re: [HACKERS] RecoveryTargetTLI dead variable in XLogCtlData

2016-07-21 Thread Michael Paquier
On Fri, Jul 22, 2016 at 12:54 AM, Robert Haas wrote: > On Tue, Jul 12, 2016 at 11:29 PM, Michael Paquier > wrote: >> I just bumped into $subject, a variable that is never set and never used: >> --- a/src/backend/access/transam/xlog.c >> +++

Re: [HACKERS] RecoveryTargetTLI dead variable in XLogCtlData

2016-07-21 Thread Robert Haas
On Tue, Jul 12, 2016 at 11:29 PM, Michael Paquier wrote: > Hi all, > > I just bumped into $subject, a variable that is never set and never used: > --- a/src/backend/access/transam/xlog.c > +++ b/src/backend/access/transam/xlog.c > @@ -631,8 +631,6 @@ typedef struct

Re: [HACKERS] RecoveryTargetTLI dead variable in XLogCtlData

2016-07-18 Thread Michael Paquier
On Wed, Jul 13, 2016 at 12:29 PM, Michael Paquier wrote: > I just bumped into $subject, a variable that is never set and never used: > --- a/src/backend/access/transam/xlog.c > +++ b/src/backend/access/transam/xlog.c > @@ -631,8 +631,6 @@ typedef struct XLogCtlData >

[HACKERS] RecoveryTargetTLI dead variable in XLogCtlData

2016-07-12 Thread Michael Paquier
Hi all, I just bumped into $subject, a variable that is never set and never used: --- a/src/backend/access/transam/xlog.c +++ b/src/backend/access/transam/xlog.c @@ -631,8 +631,6 @@ typedef struct XLogCtlData TimeLineID replayEndTLI; /* timestamp of last COMMIT/ABORT record replayed (or