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

From Tom Lane
Subject Re: make "wal_debug" GUC var a boolean
Date
Msg-id 22302.1071265852@sss.pgh.pa.us
Whole thread Raw
In response to Re: make "wal_debug" GUC var a boolean  (Neil Conway <neilc@samurai.com>)
Responses Re: make "wal_debug" GUC var a boolean
List pgsql-patches
Neil Conway <neilc@samurai.com> writes:
> ISTM that there is little distinguishing wal_debug and the following
> GUC vars:

> log_btree_build_stats
> trace_notify
> trace_locks
> trace_userlocks
> trace_lwlocks
> debug_deadlocks
> trace_lock_oidmin
> trace_lock_table
> debug_shared_buffers

> Should these be changed as well?

Well, Jan just put in debug_shared_buffers recently, so I'd assume
that's still a live debugging option.

The others are already #ifdef'd out by default, which is more or
less what I was suggesting you do with the wal_debug code.

            regards, tom lane

pgsql-patches by date:

Previous
From: Neil Conway
Date:
Subject: Re: make "wal_debug" GUC var a boolean
Next
From: Neil Conway
Date:
Subject: Re: improve routine vacuuming docs