Change 'ignore_external_config_files' to a command line option

It's only used when cloning a standby and has more in common with
--fast-checkpoint
This commit is contained in:
Ian Barwick
2015-03-23 15:24:01 +09:00
parent 3e2c9ed410
commit 0875b2aafa
6 changed files with 21 additions and 20 deletions

View File

@@ -101,14 +101,6 @@ logfacility=STDERR
#
# tablespace_mapping=/path/to/original/tablespace=/path/to/new/tablespace
# Don't copy configuration files located outside the data directory.
#
# By default repmgr will attempt to copy postgresql.conf, pg_hba.conf and pg_ident.conf
# from the master, however this may not be desirable if the files are e.g. maintained
# by configuration management software.
#
# ignore_external_config_files=0
# Failover settings (repmgrd)
# ---------------------------