Are Windows filesystem bufferring bypassed?

From: Peter Kovacs <nivella(at)gmx(dot)net>
To: pgsql-cygwin(at)postgresql(dot)org
Subject: Are Windows filesystem bufferring bypassed?
Date: 2003-01-21 09:20:18
Message-ID: 27823.1043140818@www35.gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

Hallo,

I was wondering whether write operations are implemented under Cygwin with
the WRITE_THROUGH option to FileOpen(...). (I am not sure I correctly remember
the Windows terms, but what I think of is the Windows equivalent of the
O_SYNC option to open(...) in Unices.) What I am really concerned about is
whether committed transactions are guaranteed to be effectively written to
persistent store under the Cygwin implementation by bypassing Windows filesystem
bufferring, so that an operating system crash will leave the database (including
the redo log file) in a consistent state.

Thank you for answer.

Peter

--
+++ GMX - Mail, Messaging & more http://www.gmx.net +++
NEU: Mit GMX ins Internet. Rund um die Uhr für 1 ct/ Min. surfen!

Browse pgsql-cygwin by date

  From Date Subject
Next Message Igor Georgiev 2003-01-21 13:12:45 Re: Windows console for PostgreSQL released
Previous Message Peter Eisentraut 2003-01-20 21:21:36 Re: Postgres 7.3 from source --with-tcl : Errors again...