pgsql: Remove the unused argument of PSQLexec().

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема pgsql: Remove the unused argument of PSQLexec().
Дата
Msg-id E1XhIX9-0001TF-1H@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Add a function to get the authenticated user ID.
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Perform less setup work for AFTER triggers at transaction start.