Re: Postgres restart in the middle of exclusive backup and the presence of backup_label file

Поиск
Список
Период
Сортировка
От Nathan Bossart
Тема Re: Postgres restart in the middle of exclusive backup and the presence of backup_label file
Дата
Msg-id 20220302010302.GA1182956@nathanxps13
обсуждение исходный текст
Ответ на Re: Postgres restart in the middle of exclusive backup and the presence of backup_label file  (Stephen Frost <sfrost@snowman.net>)
Список pgsql-hackers
Here is a new version of the patch with the following changes:

    1. Addressed Chap's feedback from upthread.
    2. Renamed pg_start/stop_backup() to pg_backup_start/stop() as
       suggested by David.
    3. A couple of other small documentation adjustments.

-- 
Nathan Bossart
Amazon Web Services: https://aws.amazon.com

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Noboru Saito
Дата:
Сообщение: Re: Separate the result of \watch for each query execution (psql)
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Condition pushdown: why (=) is pushed down into join, but BETWEEN or >= is not?