Re: pgsql: Flexible options for BASE_BACKUP.

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: Robert Haas <rhaas(at)postgresql(dot)org>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Flexible options for BASE_BACKUP.
Date: 2021-10-05 18:33:17
Message-ID: 202110051833.skohvn7fxs7r@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Andrey Borodin 2021-10-05 18:57:09 Re: pgsql: Avoid doing catalog lookups in postgres_fdw's conversion_error_c
Previous Message Robert Haas 2021-10-05 16:54:02 pgsql: Flexible options for CREATE_REPLICATION_SLOT.