pgsql: Allow Win32 to support the O_SYNC open flag as an wal_sync_method

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Allow Win32 to support the O_SYNC open flag as an wal_sync_method
Date: 2005-02-27 00:53:29
Message-ID: 20050227005329.CBF5252D42@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Allow Win32 to support the O_SYNC open flag as an wal_sync_method method.

Magnus Hagander

Modified Files:
--------------
pgsql/src/include:
port.h (r1.69 -> r1.70)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/port.h.diff?r1=1.69&r2=1.70)
pgsql/src/include/port:
win32.h (r1.42 -> r1.43)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/port/win32.h.diff?r1=1.42&r2=1.43)
pgsql/src/port:
open.c (r1.7 -> r1.8)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/open.c.diff?r1=1.7&r2=1.8)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-02-27 01:02:57 pgsql: Cause Win32 to output to the event log rather than stderr by
Previous Message Bruce Momjian 2005-02-27 00:49:28 pgsql: Add documentation on how statistics are used by the planner.