mirror of
https://github.com/postgres/postgres.git
synced 2025-07-15 19:21:59 +03:00
In postgresql.conf.sample, use on/off rather than true/false.
We used to be consistent about this, but my recent patch to add a restart_after_crash GUC failed to follow the existing convention. Report and patch from Fujii Masao.
This commit is contained in:
@ -524,8 +524,8 @@
|
|||||||
# ERROR HANDLING
|
# ERROR HANDLING
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
|
|
||||||
#exit_on_error = false # terminate session on any error?
|
#exit_on_error = off # terminate session on any error?
|
||||||
#restart_after_crash = true # reinitialize after backend crash?
|
#restart_after_crash = on # reinitialize after backend crash?
|
||||||
|
|
||||||
|
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user