Mark GUC external_pid_file's default as '' in postgresql.conf, rather

than '(none)'.
This commit is contained in:
Bruce Momjian 2011-10-10 08:16:36 -04:00
parent 3e9a2672d2
commit e26d5fcd94

View File

@ -46,7 +46,7 @@
# (change requires restart)
# If external_pid_file is not explicitly set, no extra PID file is written.
#external_pid_file = '(none)' # write an extra PID file
#external_pid_file = '' # write an extra PID file
# (change requires restart)