Re: RecoveryTargetTLI dead variable in XLogCtlData

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: RecoveryTargetTLI dead variable in XLogCtlData
Date: 2016-07-21 23:44:12
Message-ID: CAB7nPqR1ve4oecD_r3RRE7XxxUCoOTJBL9zi7Vx6oDs9w+ehOg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Jul 22, 2016 at 12:54 AM, Robert Haas <robertmhaas(at)gmail(dot)com> wrote:
> On Tue, Jul 12, 2016 at 11:29 PM, Michael Paquier
> <michael(dot)paquier(at)gmail(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2016-07-21 23:48:43 Re: Password identifiers, protocol aging and SCRAM protocol
Previous Message Michael Paquier 2016-07-21 23:27:57 Re: Password identifiers, protocol aging and SCRAM protocol