Re: [COMMITTERS] pgsql: Remove secondary checkpoint

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com>
Cc: Simon Riggs <simon(at)2ndquadrant(dot)com>, pgsql-committers <pgsql-committers(at)postgresql(dot)org>
Subject: Re: [COMMITTERS] pgsql: Remove secondary checkpoint
Date: 2018-02-07 13:51:11
Message-ID: CA+TgmoZ4AQucYonkCewO=djfKCLeE=4mPKJkX0fa312VYEBLgQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Tue, Feb 6, 2018 at 4:42 PM, Thomas Munro
<thomas(dot)munro(at)enterprisedb(dot)com> wrote:
> On Wed, Nov 8, 2017 at 6:57 AM, Simon Riggs <simon(at)2ndquadrant(dot)com> wrote:
>> Remove secondary checkpoint
>
> I think this comment in xlog.c was missed:
>
> - /*
> - * Get the last valid checkpoint record. If the
> latest one according
> - * to pg_control is broken, try the next-to-last one.
> - */
> + /* Get the last valid checkpoint record. */

Committed.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2018-02-07 15:49:04 pgsql: Add more information_schema columns
Previous Message Robert Haas 2018-02-07 13:51:08 pgsql: Update out-of-date comment in StartupXLOG.