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

Commitab1d9f0

Browse files
committed
Improve documentation of data_sync_retry
Reflecting an updated parameter value requires a server restart, whichwas not mentioned in the documentation and in postgresql.conf.sample.Reported-by: Thomas PotyDiscussion:https://postgr.es/m/15659-0cd812f13027a2d8@postgresql.org
1 parent406e937 commitab1d9f0

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

‎doc/src/sgml/config.sgml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7783,7 +7783,8 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
77837783
<para>
77847784
When set to false, which is the default, <productname>PostgreSQL</productname>
77857785
will raise a PANIC-level error on failure to flush modified data files
7786-
to the filesystem. This causes the database server to crash.
7786+
to the filesystem. This causes the database server to crash. This
7787+
parameter can only be set at server start.
77877788
</para>
77887789
<para>
77897790
On some operating systems, the status of data in the kernel's page

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,9 @@
635635

636636
#exit_on_error = off# terminate session on any error?
637637
#restart_after_crash = on# reinitialize after backend crash?
638-
#data_sync_retry = off# retry or panic on failure to fsync data?
638+
#data_sync_retry = off# retry or panic on failure to fsync
639+
# data?
640+
# (change requires restart)
639641

640642

641643
#------------------------------------------------------------------------------

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp