Commit e0226a9b authored by Robert Haas's avatar Robert Haas

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.
parent 7badf1b2
......@@ -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?
#------------------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment