OSDN Git Service

Make the 'wal_debug' GUC variable a boolean (rather than an integer), and
authorNeil Conway <neilc@samurai.com>
Tue, 6 Jan 2004 17:26:23 +0000 (17:26 +0000)
committerNeil Conway <neilc@samurai.com>
Tue, 6 Jan 2004 17:26:23 +0000 (17:26 +0000)
commitbc028beb166b704d3c3028961dd6905772bf3a2d
tree1820130965e4fa7e38bca860ec776bd0e1bab743
parentb0c4a50bbbbd62c444cb3806a97c1e51e2249cfd
Make the 'wal_debug' GUC variable a boolean (rather than an integer), and
hide it behind #ifdef WAL_DEBUG blocks.
doc/src/sgml/ref/show.sgml
doc/src/sgml/runtime.sgml
doc/src/sgml/wal.sgml
src/backend/access/transam/xlog.c
src/backend/utils/misc/guc.c
src/include/access/xlog.h
src/include/pg_config_manual.h