Re: make "wal_debug" GUC var a boolean - Mailing list pgsql-patches

From Neil Conway
Subject Re: make "wal_debug" GUC var a boolean
Date
Msg-id 873caup0d4.fsf@mailbox.samurai.com
Whole thread Raw
In response to Re: make "wal_debug" GUC var a boolean  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: make "wal_debug" GUC var a boolean
List pgsql-patches
Tom Lane <tgl@sss.pgh.pa.us> writes:
> I think the combination of #ifdef and GUC variable is appropriate.

The attached patch implements this: the wal_debug GUC var is now a
boolean, and is encloded in `#ifdef WAL_DEBUG` blocks (and the
WAL_DEBUG symbol is present in pg_config_manual.h, just commented
out).

Unless anyone objects, I intend to apply this in 24 hours or so.

-Neil

Attachment

pgsql-patches by date:

Previous
From: Neil Conway
Date:
Subject: remove 'noversion' from standalone backend
Next
From: Neil Conway
Date:
Subject: add more exprs to CREATE SCHEMA