Re: pgsql: Flexible options for BASE_BACKUP.

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
Cc: pgsql-committers <pgsql-committers(at)lists(dot)postgresql(dot)org>
Subject: Re: pgsql: Flexible options for BASE_BACKUP.
Date: 2021-10-05 19:31:55
Message-ID: CA+TgmoYiikoFEUqnf4iovHT8wUb2LESbqZ-hN+J5cgpGaTun7A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Tue, Oct 5, 2021 at 2:33 PM Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> wrote:
> On 2021-Oct-05, Robert Haas wrote:
> > In the new syntax, the FAST option has been replaced by a
> > CHECKSUM option whose value may be 'fast' or 'spread'.
>
> This was supposed to be CHECKPOINT --
>
> | K_FAST
> {
> $$ = makeDefElem("checkpoint",
> (Node *)makeString("fast"), -1);
> }

Oops. *blush*

--
Robert Haas
EDB: http://www.enterprisedb.com

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2021-10-06 02:47:26 Re: pgsql: Fix backup manifests to generate correct WAL-Ranges across timel
Previous Message Andrey Borodin 2021-10-05 19:13:34 Re: pgsql: Avoid doing catalog lookups in postgres_fdw's conversion_error_c