Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e0226a9

Browse files
committed
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.
1 parent 7badf1b commit e0226a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/utils/misc/postgresql.conf.sample

+2-2
Original file line numberDiff line numberDiff line change
@@ -524,8 +524,8 @@
524524
# ERROR HANDLING
525525
#------------------------------------------------------------------------------
526526

527-
#exit_on_error = false # terminate session on any error?
528-
#restart_after_crash = true # reinitialize after backend crash?
527+
#exit_on_error = off # terminate session on any error?
528+
#restart_after_crash = on # reinitialize after backend crash?
529529

530530

531531
#------------------------------------------------------------------------------

0 commit comments

Comments
 (0)