-
- Downloads
Make the 'wal_debug' GUC variable a boolean (rather than an integer), and
hide it behind #ifdef WAL_DEBUG blocks.
Showing
- doc/src/sgml/ref/show.sgml 2 additions, 2 deletionsdoc/src/sgml/ref/show.sgml
- doc/src/sgml/runtime.sgml 6 additions, 3 deletionsdoc/src/sgml/runtime.sgml
- doc/src/sgml/wal.sgml 10 additions, 11 deletionsdoc/src/sgml/wal.sgml
- src/backend/access/transam/xlog.c 16 additions, 2 deletionssrc/backend/access/transam/xlog.c
- src/backend/utils/misc/guc.c 18 additions, 15 deletionssrc/backend/utils/misc/guc.c
- src/include/access/xlog.h 4 additions, 2 deletionssrc/include/access/xlog.h
- src/include/pg_config_manual.h 7 additions, 1 deletionsrc/include/pg_config_manual.h
Loading
Please register or sign in to comment