]> granicus.if.org Git - postgresql/commit
Remove the unused argument of PSQLexec().
authorFujii Masao <fujii@postgresql.org>
Thu, 23 Oct 2014 13:33:56 +0000 (22:33 +0900)
committerFujii Masao <fujii@postgresql.org>
Thu, 23 Oct 2014 13:33:56 +0000 (22:33 +0900)
commitefbbbbc8b51bacd32e96c3f747dd6aa4c0e444cb
tree8c5746809cd085c7c82a33e2488103aab860e96d
parent5ac372fc1a7cc673cc7d4cf26ba651d52495b27a
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
src/bin/psql/command.c
src/bin/psql/common.c
src/bin/psql/common.h
src/bin/psql/describe.c
src/bin/psql/large_obj.c