pgsql: Suppress unused-variable warning in non-assert builds.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Suppress unused-variable warning in non-assert builds.
Date: 2016-10-26 14:20:07
Message-ID: E1bzP3n-0007pc-Ix@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Suppress unused-variable warning in non-assert builds.

Introduced in commit 7012b132d.

Kyotaro Horiguchi

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8529686ccbb9f1c2fe350920ad324c223135a957

Modified Files
--------------
contrib/postgres_fdw/deparse.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-10-26 15:46:38 pgsql: Doc: improve documentation about inheritance.
Previous Message Heikki Linnakangas 2016-10-26 14:11:58 pgsql: Remove platform-dependent PL/python test case.