pgsql: Add value 'current' for recovery_target_timeline

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add value 'current' for recovery_target_timeline
Date: 2019-01-11 10:15:20
Message-ID: E1ghtqS-0005Or-Hn@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add value 'current' for recovery_target_timeline

This value represents the default behavior of using the current
timeline. Previously, this was represented by an empty string.

(Before the removal of recovery.conf, this setting could not be chosen
explicitly but was used when recovery_target_timeline was not
mentioned at all.)

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/ff85306055ede1fbca86ca4dfc4d48172342462b

Modified Files
--------------
doc/src/sgml/config.sgml | 8 +++++---
src/backend/utils/misc/guc.c | 4 ++--
src/backend/utils/misc/postgresql.conf.sample | 3 +--
3 files changed, 8 insertions(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2019-01-11 14:09:06 pgsql: Create INSTALL file using Pandoc
Previous Message Amit Kapila 2019-01-11 03:30:13 pgsql: Extend pg_stat_statements_reset to reset statistics specific to