pgsql: Add missing check for wal_debug GUC.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add missing check for wal_debug GUC.
Date: 2015-06-21 16:38:47
Message-ID: E1Z6iGd-0003dk-7A@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add missing check for wal_debug GUC.

9a20a9b2 added a new elog(), enabled when WAL_DEBUG is defined. The
other WAL_DEBUG dependant messages check for the wal_debug GUC, but this
one did not. While at it replace 'upto' with 'up to'.

Discussion: 20150610110253(dot)GF3832(at)alap3(dot)anarazel(dot)de

Backpatch to 9.4, the first release containing 9a20a9b2.

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/67876a17eb36cea9d98a89defe1b5dd4d867bd64

Modified Files
--------------
src/backend/access/transam/xlog.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2015-06-21 17:06:26 pgsql: Improve multixact emergency autovacuum logic.
Previous Message Andres Freund 2015-06-21 16:38:46 pgsql: Add missing check for wal_debug GUC.