pgsql: Some platforms reject fsync() on files opened O_RDONLY.

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Some platforms reject fsync() on files opened O_RDONLY.
Date: 2010-02-23 05:44:55
Message-ID: 20100223054455.CF54C7541D0@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Some platforms reject fsync() on files opened O_RDONLY.

Modified Files:
--------------
pgsql/src/port:
copydir.c (r1.31 -> r1.32)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/port/copydir.c?r1=1.31&r2=1.32)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2010-02-23 06:29:01 pgsql: Secondary patch to fix interval to_char() for "HH" where hours >=
Previous Message Tom Lane 2010-02-23 05:37:26 Re: [COMMITTERS] Re: pgsql: Speed up CREATE DATABASE by deferring the fsyncs until after