From: | Simon Riggs <simon(at)2ndQuadrant(dot)com> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Allow external recovery_config_directory |
Date: | 2013-03-27 11:47:17 |
Message-ID: | E1UKop3-0005BQ-VI@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-hackers |
Allow external recovery_config_directory
If required, recovery.conf can now be located outside of the data directory.
Server needs read/write permissions on this directory.
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/bc5334d8679c428a709d150666b288171795bd76
Modified Files
--------------
doc/src/sgml/config.sgml | 17 +++++++++++++++++
src/backend/access/transam/xlog.c | 18 +++++++++++-------
src/backend/utils/init/globals.c | 1 +
src/backend/utils/init/miscinit.c | 19 +++++++++++++++++++
src/backend/utils/misc/guc.c | 24 ++++++++++++++++++++++++
src/include/miscadmin.h | 2 ++
src/include/utils/guc.h | 1 +
7 files changed, 75 insertions(+), 7 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Magnus Hagander | 2013-03-27 12:02:08 | Re: pgsql: Allow external recovery_config_directory |
Previous Message | Heikki Linnakangas | 2013-03-27 08:01:17 | Re: [COMMITTERS] pgsql: Add PF_PRINTF_ATTRIBUTE to on_exit_msg_fmt. |
From | Date | Subject | |
---|---|---|---|
Next Message | Simon Riggs | 2013-03-27 11:48:53 | Re: Feature Request: pg_replication_master() |
Previous Message | Simon Riggs | 2013-03-27 11:06:29 | Re: Review of Row Level Security |