mirror of
https://github.com/postgres/postgres.git
synced 2025-07-14 08:21:07 +03:00
Mark GUC external_pid_file's default as '' in postgresql.conf, rather
than '(none)'.
This commit is contained in:
@ -46,7 +46,7 @@
|
|||||||
# (change requires restart)
|
# (change requires restart)
|
||||||
|
|
||||||
# If external_pid_file is not explicitly set, no extra PID file is written.
|
# 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)
|
# (change requires restart)
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user