pgsql: Remove the unused argument of PSQLexec().

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove the unused argument of PSQLexec().
Date: 2014-10-23 13:34:31
Message-ID: E1XhIX9-0001TF-1H@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove the unused argument of PSQLexec().

This commit simply removes the second argument of PSQLexec that was
set to the same value everywhere. Comments and code blocks related
to this parameter are removed.

Noticed by Heikki Linnakangas, reviewed by Michael Paquier

Branch
------
master

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

Modified Files
--------------
src/bin/psql/command.c | 6 +--
src/bin/psql/common.c | 21 +--------
src/bin/psql/common.h | 2 +-
src/bin/psql/describe.c | 108 +++++++++++++++++++++++-----------------------
src/bin/psql/large_obj.c | 12 +++---
5 files changed, 65 insertions(+), 84 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2014-10-23 16:40:31 pgsql: Perform less setup work for AFTER triggers at transaction start.
Previous Message Robert Haas 2014-10-23 12:56:38 pgsql: Add a function to get the authenticated user ID.