Make the 'wal_debug' GUC variable a boolean (rather than an integer), and
Neil Conway <neilc@samurai.com>
Make the 'wal_debug' GUC variable a boolean (rather than an integer), and hide it behind #ifdef WAL_DEBUG blocks.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/show.sgml | modified | +2 −2 |
| doc/src/sgml/runtime.sgml | modified | +6 −3 |
| doc/src/sgml/wal.sgml | modified | +10 −11 |
| src/backend/access/transam/xlog.c | modified | +16 −2 |
| src/backend/utils/misc/guc.c | modified | +18 −15 |
| src/include/access/xlog.h | modified | +4 −2 |
| src/include/pg_config_manual.h | modified | +7 −1 |