pgsql: Remove unused variable to silence compiler warning

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove unused variable to silence compiler warning
Date: 2011-07-04 15:04:01
Message-ID: E1Qdkgr-0000Ir-PB@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove unused variable to silence compiler warning

Branch
------
master

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

Modified Files
--------------
src/backend/commands/typecmds.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2011-07-04 18:34:05 pgsql: Don't try to use a constraint name as domain name
Previous Message Andrew Dunstan 2011-07-04 14:46:32 pgsql: Back-patch Fix bat file quoting of %ENV from commit 19b7fac8.