mirror of
https://github.com/postgres/postgres.git
synced 2025-06-06 00:02:36 -04:00
Mark GUC external_pid_file's default as '' in postgresql.conf, rather
than '(none)'.
This commit is contained in:
parent
3e9a2672d2
commit
e26d5fcd94
@ -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)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user