Re: make "wal_debug" GUC var a boolean

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Neil Conway <neilc(at)samurai(dot)com>, PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: make "wal_debug" GUC var a boolean
Date: 2003-12-12 00:09:01
Message-ID: 200312120109.01927.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Neil Conway wrote:
> The "wal_debug" GUC variable was of type "integer", but it was used
> in the code effectively as a boolean: the code only tested whether it
> was zero or non-zero. This patch makes it a proper boolean.

I agree with this, but would it be possible to fold it into the normal
debug output mechanisms? I don't think debugging WAL is any more
important nowadays than any other component.

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Karel Zak 2003-12-12 07:19:27 Re: psql-current italian translation updates
Previous Message Peter Eisentraut 2003-12-11 23:41:13 Re: improve routine vacuuming docs