pgsql: Clarify C comment that O_SYNC/O_FSYNC are really the same settti

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Clarify C comment that O_SYNC/O_FSYNC are really the same settti
Date: 2011-03-11 01:03:24
Message-ID: E1PxqlI-0001i8-Ly@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Clarify C comment that O_SYNC/O_FSYNC are really the same settting, as
opposed to O_DSYNC.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5ca543fb2e2ca5becdb6505ac22aaf7218e842cf

Modified Files
--------------
src/backend/access/transam/xlog.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2011-03-11 01:26:10 pgsql: Modify pg_test_fsync to match the behavior of git head in regard
Previous Message Bruce Momjian 2011-03-11 00:40:51 pgsql: Reference doc "examples" section for pg_dump options that often