pgsql: Avoid 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: Avoid unused-variable warning in non-assert builds.
Date: 2015-03-05 03:00:41
Message-ID: E1YTM1h-0004mF-K5@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Avoid unused-variable warning in non-assert builds.

Oversight in my commit b9896198cfbc1b0cd0c631d2af72ffe34bd4c7e5.

Branch
------
master

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

Modified Files
--------------
src/backend/utils/adt/selfuncs.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2015-03-05 11:15:38 pgsql: Fix typo in comment.
Previous Message Tom Lane 2015-03-05 01:23:19 pgsql: Change plpgsql's cast cache to consider source typmod as signifi