pgsql: Remove function declarations from headers for some undefined fun

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Remove function declarations from headers for some undefined fun
Дата
Msg-id E1pFRGx-00346Q-O3@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove function declarations from headers for some undefined functions

The functions whose declarations are removed here have been removed in
the past, but their respective headers forgot the call.

Author: Justin Pryzby
Discussion: https://postgr.es/m/20230110045722.GD9837@telsasoft.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/69fb29d1affb525d4c91b4dc5b104a551e61c28d

Modified Files
--------------
src/bin/pg_dump/compress_io.h     | 2 --
src/include/access/gist_private.h | 2 --
src/include/access/xlogreader.h   | 2 --
3 files changed, 6 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Add new GUC createrole_self_grant.
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Fix typos in code and comments