pgsql: Remove unreferenced function declarations.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Remove unreferenced function declarations.
Дата
Msg-id E1hjXdL-0002jN-LI@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove unreferenced function declarations.

These seem to be leftovers from old patches, perhaps.

Masahiko Sawada

Discussion: https://postgr.es/m/CAD21AoDuAYsRb3Q9aobkFZ6DZMWxsyg4HOmgkwgeWNfSkTwGxw@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/79b94716e72086b07549b1c867a8ecdea6bae77e

Modified Files
--------------
src/include/access/transam.h     | 1 -
src/include/commands/tablecmds.h | 2 --
src/include/utils/dsa.h          | 2 --
3 files changed, 5 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Remove dead encoding-conversion functions.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Add some test cases to improve test coverage of parse_expr.c.