mirror of
https://github.com/postgres/postgres.git
synced 2025-12-21 05:21:08 +03:00
Make the 'wal_debug' GUC variable a boolean (rather than an integer), and
hide it behind #ifdef WAL_DEBUG blocks.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<!--
|
||||
$PostgreSQL: pgsql/doc/src/sgml/ref/show.sgml,v 1.34 2003/11/29 19:51:39 pgsql Exp $
|
||||
$PostgreSQL: pgsql/doc/src/sgml/ref/show.sgml,v 1.35 2004/01/06 17:26:23 neilc Exp $
|
||||
PostgreSQL documentation
|
||||
-->
|
||||
|
||||
@@ -172,7 +172,7 @@ SHOW ALL;
|
||||
.
|
||||
.
|
||||
.
|
||||
wal_debug | 0
|
||||
wal_debug | off
|
||||
wal_sync_method | fdatasync
|
||||
(94 rows)
|
||||
</programlisting>
|
||||
|
||||
Reference in New Issue
Block a user