Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite0226a9

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 arestart_after_crash GUC failed to follow the existing convention.Report and patch from Fujii Masao.
1 parent7badf1b commite0226a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp