pgsql: Silence warning about unused variable, when building without ass

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Silence warning about unused variable, when building without ass
Date: 2012-03-08 09:14:26
Message-ID: E1S5ZQY-0007O7-Lq@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Silence warning about unused variable, when building without assertions.

Branch
------
master

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2012-03-08 20:38:39 pgsql: ecpg: Fix off-by-one error in memory copying
Previous Message Tom Lane 2012-03-08 04:00:52 pgsql: Improve estimation of IN/NOT IN by assuming array elements are d