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

than '(none)'.
pull/1/head
Bruce Momjian 14 years ago
parent 3e9a2672d2
commit e26d5fcd94
  1. 2
      src/backend/utils/misc/postgresql.conf.sample

@ -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)

Loading…
Cancel
Save