From: Bruce Momjian Date: Mon, 10 Oct 2011 12:16:36 +0000 (-0400) Subject: Mark GUC external_pid_file's default as '' in postgresql.conf, rather X-Git-Tag: REL9_2_BETA1~1007 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e26d5fcd94d11c3f367ab5fbe246c0288cc9eb44;p=postgresql Mark GUC external_pid_file's default as '' in postgresql.conf, rather than '(none)'. --- diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index 1d8bd3dd23..67b098bd6d 100644 --- a/src/backend/utils/misc/postgresql.conf.sample +++ b/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)