Re: [patch] pg_basebackup: mention that spread checkpoints are the default in --help
В списке pgsql-hackers по дате отправления:
| От | Peter Eisentraut |
|---|---|
| Тема | Re: [patch] pg_basebackup: mention that spread checkpoints are the default in --help |
| Дата | |
| Msg-id | 70aea53e-8c02-46a0-a458-e86bd5ca188d@eisentraut.org обсуждение исходный текст |
| Ответ на | [patch] pg_basebackup: mention that spread checkpoints are the default in --help (Michael Banck <mbanck@gmx.net>) |
| Ответы |
Re: [patch] pg_basebackup: mention that spread checkpoints are the default in --help
|
| Список | pgsql-hackers |
On 19.10.23 11:39, Michael Banck wrote:
> Hi,
>
> I believed that spread (not fast) checkpoints are the default in
> pg_basebackup, but noticed that --help does not specify which is which -
> contrary to the reference documentation.
>
> So I propose the small attached patch to clarify that.
> printf(_(" -c, --checkpoint=fast|spread\n"
>- " set fast or spread
checkpointing\n"));
>+ " set fast or spread (default)
checkpointing\n"));
Could we do like
-c, --checkpoint=fast|spread
set fast or spread checkpointing
(default: spread)
This seems to be easier to read.
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера