Re: pgsql: Flexible options for BASE_BACKUP.

2021-10-05 Thread Robert Haas
On Tue, Oct 5, 2021 at 2:33 PM Alvaro Herrera 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 > {

Re: pgsql: Flexible options for BASE_BACKUP.

2021-10-05 Thread Alvaro Herrera
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",

pgsql: Flexible options for BASE_BACKUP.

2021-10-05 Thread Robert Haas
Flexible options for BASE_BACKUP. Previously, BASE_BACKUP used an entirely hard-coded syntax, but that's hard to extend. Instead, adopt the same kind of syntax we've used for SQL commands such as VACUUM, ANALYZE, COPY, and EXPLAIN, where it's not necessary for all of the option names to be parser