pgsql: Remove unused function argument

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Remove unused function argument
Дата
Msg-id E1latmy-0002Mx-Fo@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove unused function argument

This was already unused in the initial commit
257836a75585934cc05ed7a80bccf8190d41e056.  Apparently, it was used in
an earlier proposed patch version.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3cbea581c76e86d51b8f2babf116e643847e7712

Modified Files
--------------
src/bin/pg_dump/pg_dump.c | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Amit Kapila
Дата:
Сообщение: pgsql: Fix typo in reorderbuffer.c.
Следующее
От: Amit Kapila
Дата:
Сообщение: pgsql: Avoid sending prepare multiple times while decoding.