pgsql: Change default of recovery_target_timeline to 'latest'

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Change default of recovery_target_timeline to 'latest'
Дата
Msg-id E1gibnC-0002Oh-SV@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Change default of recovery_target_timeline to 'latest'

This is what one usually wants for recovery and almost always wants
for a standby.

Discussion: https://www.postgresql.org/message-id/flat/6dd2c23a-4162-8469-410f-bfe146e28c0c@2ndquadrant.com/
Reviewed-by: David Steele <david@pgmasters.net>
Reviewed-by: Michael Paquier <michael@paquier.xyz>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0acb3bc33af11a57d560cbce5a74246eb3e642db

Modified Files
--------------
doc/src/sgml/config.sgml                      |  8 ++++++--
doc/src/sgml/high-availability.sgml           |  6 +++---
src/backend/access/transam/xlog.c             |  2 +-
src/backend/utils/misc/guc.c                  |  7 ++++---
src/backend/utils/misc/postgresql.conf.sample |  2 +-
src/bin/pg_rewind/RewindTest.pm               |  2 --
src/test/recovery/t/004_timeline_switch.pl    |  1 -
src/test/recovery/t/009_twophase.pl           | 12 ------------
src/test/recovery/t/012_subtransactions.pl    | 12 ------------
9 files changed, 15 insertions(+), 37 deletions(-)


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Improve error messages for incorrect types of logicalreplicatio
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: configure: Update python search order