pgsql-server/ oc/src/sgml/runtime.sgml oc/src/ ... - Mailing list pgsql-committers

From neilc@svr1.postgresql.org (Neil Conway)
Subject pgsql-server/ oc/src/sgml/runtime.sgml oc/src/ ...
Date
Msg-id 20040106172623.E856CD1B482@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    neilc@svr1.postgresql.org    04/01/06 13:26:23

Modified files:
    doc/src/sgml   : runtime.sgml wal.sgml
    doc/src/sgml/ref: show.sgml
    src/backend/access/transam: xlog.c
    src/backend/utils/misc: guc.c
    src/include    : pg_config_manual.h
    src/include/access: xlog.h

Log message:
    Make the 'wal_debug' GUC variable a boolean (rather than an integer), and
    hide it behind #ifdef WAL_DEBUG blocks.


pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql-server/src backend/executor/nodeIndexsca ...
Next
From: neilc@svr1.postgresql.org (Neil Conway)
Date:
Subject: pgsql-server/src backend/tcop/postgres.c backe ...