pgsql: Fix compiler warning for non-assert builds.

From: Kevin Grittner <kgrittn(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix compiler warning for non-assert builds.
Date: 2014-11-10 15:45:38
Message-ID: E1Xnr9u-0001cg-CG@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix compiler warning for non-assert builds.

Reported by Peter Geoghegan
David Rowley

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/96a73fcdace57f0f631c1f56d1cb8a7a0773e93f

Modified Files
--------------
src/backend/access/brin/brin_revmap.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2014-11-10 19:13:45 pgsql: Further code and wording tweaks in BRIN
Previous Message Robert Haas 2014-11-10 13:20:12 pgsql: Tab complete second argument to \c with role names.