pgsql: Report which WAL sync method we are trying to change *to* when it - Mailing list pgsql-committers

From mha@postgresql.org (Magnus Hagander)
Subject pgsql: Report which WAL sync method we are trying to change *to* when it
Date
Msg-id 20080512142747.6C4287559E9@cvs.postgresql.org
Whole thread Raw
Responses Re: pgsql: Report which WAL sync method we are trying to change *to* when it
List pgsql-committers
Log Message:
-----------
Report which WAL sync method we are trying to change *to* when it fails,
not which one we had before (that worked, and thus is completley irrelevant)

Modified Files:
--------------
    pgsql/src/backend/access/transam:
        xlog.c (r1.304 -> r1.305)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c?r1=1.304&r2=1.305)

pgsql-committers by date:

Previous
From: mha@postgresql.org (Magnus Hagander)
Date:
Subject: pgsql: Convert wal_sync_method to guc enum.
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Convert wal_sync_method to guc enum.