pgsql: Warn more strongly about the dangers of exclusive backup mode.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Warn more strongly about the dangers of exclusive backup mode.
Дата
Msg-id E1h9qSo-0003Ic-E5@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Warn more strongly about the dangers of exclusive backup mode.

Especially, warn about the hazards of mishandling the backup_label
file.  Adjust a couple of server messages to be more clear about
the hazards associated with removing backup_label files, too.

David Steele and Robert Haas, reviewed by Laurenz Albe, Martín
Marqués, Peter Eisentraut, and Magnus Hagander.

Discussion: http://postgr.es/m/7d85c387-000e-16f0-e00b-50bf83c22127@pgmasters.net

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c900c15269f0f900d666bd1b0c6df3eff5098678

Modified Files
--------------
doc/src/sgml/backup.sgml          | 52 +++++++++++++++++++++++++++++----------
src/backend/access/transam/xlog.c | 10 ++++++--
2 files changed, 47 insertions(+), 15 deletions(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Fix incorrect code in new REINDEX CONCURRENTLY code
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Allow existing VACUUM options to take a Boolean argument.