pgsql: Remove unused variable.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove unused variable.
Date: 2015-02-20 05:47:42
Message-ID: E1YOgRC-0004Ch-Ft@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove unused variable.

Per buildfarm.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9aa53bbd15ef65a4be6c09709fbe985898ae9ad7

Modified Files
--------------
src/backend/utils/adt/array_userfuncs.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-02-20 07:28:09 pgsql: Some more FLEXIBLE_ARRAY_MEMBER hacking.
Previous Message Tom Lane 2015-02-20 05:23:55 pgsql: Use "#ifdef CATALOG_VARLEN" to protect nullable fields of pg_aut