pgsql: Suppress some unused-variable complaints in new LOCK_DEBUG code. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Suppress some unused-variable complaints in new LOCK_DEBUG code.
Date
Msg-id E1YbACx-0007wR-PE@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Suppress some unused-variable complaints in new LOCK_DEBUG code.

Jeff Janes

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/bed756a820a2c1ee359f5f5b44806e3599190e95

Modified Files
--------------
src/backend/storage/lmgr/lwlock.c |   11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: Tatsuo Ishii
Date:
Subject: pgsql: Make SyncRepWakeQueue to a static function
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Minor cleanup of GiST code, for readability.