pgsql: Document that wal_sync_method open_* methods use O_DIRECT, if - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Document that wal_sync_method open_* methods use O_DIRECT, if
Date
Msg-id 20070208035642.BF1069FA5DD@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Document that wal_sync_method open_* methods use O_DIRECT, if available.

Backpatch to 8.2.X.

Modified Files:
--------------
    pgsql/doc/src/sgml:
        config.sgml (r1.108 -> r1.109)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/config.sgml.diff?r1=1.108&r2=1.109)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Fix bug in our code when using to_timestamp() or to_date()
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Document that wal_sync_method open_* methods use O_DIRECT, if