Re: pgsql: Flexible options for BASE_BACKUP. - Mailing list pgsql-committers

From Alvaro Herrera
Subject Re: pgsql: Flexible options for BASE_BACKUP.
Date
Msg-id 202110051833.skohvn7fxs7r@alvherre.pgsql
Whole thread Raw
In response to pgsql: Flexible options for BASE_BACKUP.  (Robert Haas <rhaas@postgresql.org>)
Responses Re: pgsql: Flexible options for BASE_BACKUP.  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-committers
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);
                }

-- 
Álvaro Herrera           39°49'30"S 73°17'W  —  https://www.EnterpriseDB.com/
"Cuando no hay humildad las personas se degradan" (A. Christie)



pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Flexible options for CREATE_REPLICATION_SLOT.
Next
From: Andrey Borodin
Date:
Subject: Re: pgsql: Avoid doing catalog lookups in postgres_fdw's conversion_error_c