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:
Robert Haas 2010-07-27 16:06:53 +00:00
parent 7badf1b25d
commit e0226a9bf2

View file

@ -524,8 +524,8 @@
# ERROR HANDLING
#------------------------------------------------------------------------------
#exit_on_error = false # terminate session on any error?
#restart_after_crash = true # reinitialize after backend crash?
#exit_on_error = off # terminate session on any error?
#restart_after_crash = on # reinitialize after backend crash?
#------------------------------------------------------------------------------