Re: Corresponding documentation page does not mention about `spread` mode

2023-10-03 Thread Tom Lane
"David G. Johnston" writes: > On Tue, Oct 3, 2023 at 2:48 PM PG Doc comments form > wrote: >> But mentioned section 26.3.3 does not describe `spread` mode: > It does, though it is phrased in terms of "fast => false" meaning "spread" > whereas "fast => true" means "immediate". > But since the CLI

Re: Corresponding documentation page does not mention about `spread` mode

2023-10-03 Thread David G. Johnston
On Tue, Oct 3, 2023 at 2:48 PM PG Doc comments form wrote: > > On [this > page](https://www.postgresql.org/docs/current/app-pgbasebackup.html) > `spread` is mentioned: > > -c {fast|spread} > --checkpoint={fast|spread} > > Sets checkpoint mode to fast (immediate) or spread (the default) (see >

Corresponding documentation page does not mention about `spread` mode

2023-10-03 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/16/app-pgbasebackup.html Description: Hello. On [this page](https://www.postgresql.org/docs/current/app-pgbasebackup.html) `spread` is mentioned: -c {fast|spread} --checkpoint={fast|spread}