]> granicus.if.org Git - postgresql/commit
Add missing check for wal_debug GUC.
authorAndres Freund <andres@anarazel.de>
Sun, 21 Jun 2015 16:35:59 +0000 (18:35 +0200)
committerAndres Freund <andres@anarazel.de>
Sun, 21 Jun 2015 16:37:30 +0000 (18:37 +0200)
commit67876a17eb36cea9d98a89defe1b5dd4d867bd64
treedb9729a3bb2323c11289e9dabefc0bced25c8c4f
parentb2ed1682d4e13469b968f2f8581ca35df7d4e6ca
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.GF3832@alap3.anarazel.de

Backpatch to 9.4, the first release containing 9a20a9b2.
src/backend/access/transam/xlog.c