pgsql: Convert wal_sync_method to guc enum. - Mailing list pgsql-committers

From mha@postgresql.org (Magnus Hagander)
Subject pgsql: Convert wal_sync_method to guc enum.
Date
Msg-id 20080512083505.F34D77559E9@cvs.postgresql.org
Whole thread Raw
Responses Re: pgsql: Convert wal_sync_method to guc enum.
List pgsql-committers
Log Message:
-----------
Convert wal_sync_method to guc enum.

Modified Files:
--------------
    pgsql/src/backend/access/transam:
        xlog.c (r1.303 -> r1.304)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c?r1=1.303&r2=1.304)
    pgsql/src/backend/utils/misc:
        guc.c (r1.452 -> r1.453)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc.c?r1=1.452&r2=1.453)
    pgsql/src/include/access:
        xlog.h (r1.87 -> r1.88)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/access/xlog.h?r1=1.87&r2=1.88)
        xlogdefs.h (r1.19 -> r1.20)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/access/xlogdefs.h?r1=1.19&r2=1.20)
    pgsql/src/include/utils:
        guc.h (r1.94 -> r1.95)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/utils/guc.h?r1=1.94&r2=1.95)

pgsql-committers by date:

Previous
From: alvherre@postgresql.org (Alvaro Herrera)
Date:
Subject: pgsql: Restructure some header files a bit, in particular heapam.h, by
Next
From: mha@postgresql.org (Magnus Hagander)
Date:
Subject: pgsql: Report which WAL sync method we are trying to change *to* when it