mirror of
https://github.com/postgres/postgres.git
synced 2026-02-18 10:09:35 -05:00
Document that wal_sync_method open_* methods use O_DIRECT, if available.
Backpatch to 8.2.X.
This commit is contained in:
parent
d015e14880
commit
76f46f5cf6
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.98.2.2 2007/01/20 21:30:35 momjian Exp $ -->
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.98.2.3 2007/02/08 03:57:52 momjian Exp $ -->
|
||||
|
||||
<chapter Id="runtime-config">
|
||||
<title>Server Configuration</title>
|
||||
|
|
@ -1385,6 +1385,7 @@ SET ENABLE_SEQSCAN TO OFF;
|
|||
Not all of these choices are available on all platforms.
|
||||
The default is the first method in the above list that is supported
|
||||
by the platform.
|
||||
The <literal>open_</>* options also use <literal>O_DIRECT</> if available.
|
||||
This parameter can only be set in the <filename>postgresql.conf</>
|
||||
file or on the server command line.
|
||||
</para>
|
||||
|
|
|
|||
Loading…
Reference in a new issue