From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Change default of recovery_target_timeline to 'latest' |
Date: | 2019-01-13 09:10:54 |
Message-ID: | E1gibnC-0002Oh-SV@gemulon.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)2ndquadrant(dot)com/
Reviewed-by: David Steele <david(at)pgmasters(dot)net>
Reviewed-by: Michael Paquier <michael(at)paquier(dot)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(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2019-01-13 09:27:31 | pgsql: configure: Update python search order |
Previous Message | Michael Paquier | 2019-01-13 07:45:05 | pgsql: Improve error messages for incorrect types of logical replicatio |