pgsql: Fix breakage by the wal_sync_method patch in installations that

From: mha(at)postgresql(dot)org (Magnus Hagander)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix breakage by the wal_sync_method patch in installations that
Date: 2008-05-12 19:45:23
Message-ID: 20080512194523.D11567559E9@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix breakage by the wal_sync_method patch in installations that use
O_DSYNC (specifically this broke all the Windows buildfarm members)

Modified Files:
--------------
pgsql/src/backend/access/transam:
xlog.c (r1.306 -> r1.307)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c?r1=1.306&r2=1.307)

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2008-05-12 19:46:12 Re: pgsql: Report which WAL sync method we are trying to change *to* when it
Previous Message Tom Lane 2008-05-12 19:26:03 Re: pgsql: Report which WAL sync method we are trying to change *to* when it