Re: RecoveryTargetTLI dead variable in XLogCtlData - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: RecoveryTargetTLI dead variable in XLogCtlData
Date
Msg-id CAB7nPqR1ve4oecD_r3RRE7XxxUCoOTJBL9zi7Vx6oDs9w+ehOg@mail.gmail.com
Whole thread Raw
In response to Re: RecoveryTargetTLI dead variable in XLogCtlData  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
On Fri, Jul 22, 2016 at 12:54 AM, Robert Haas <robertmhaas@gmail.com> wrote:
> On Tue, Jul 12, 2016 at 11:29 PM, Michael Paquier
> <michael.paquier@gmail.com> 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
>>     TimeLineID  replayEndTLI;
>>     /* timestamp of last COMMIT/ABORT record replayed (or being replayed) */
>>     TimestampTz recoveryLastXTime;
>> -   /* current effective recovery target timeline */
>> -   TimeLineID  RecoveryTargetTLI;
>
> Committed, thanks.

Thanks.
-- 
Michael



pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Password identifiers, protocol aging and SCRAM protocol
Next
From: Tom Lane
Date:
Subject: Re: Password identifiers, protocol aging and SCRAM protocol