pgsql: Remove the unused argument of PSQLexec(). - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: Remove the unused argument of PSQLexec().
Date
Msg-id E1XhIX9-0001TF-1H@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Add a function to get the authenticated user ID.
Next
From: Robert Haas
Date:
Subject: pgsql: Perform less setup work for AFTER triggers at transaction start.