pgsql: Remove function declaration for function in pg_proc.

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Remove function declaration for function in pg_proc.
Дата
Msg-id E1npEhf-000OE2-NM@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove function declaration for function in pg_proc.

The declaration is automatically generated. Noticed when experimenting with
adding PGDLLIMPORT markers for functions.

Discussion: https://postgr.es/m/20220512164513.vaheofqp2q24l65r@alap3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/07d683b54af854098cc559d4b8640905f9efa0ea

Modified Files
--------------
src/backend/replication/logical/launcher.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Do pre-release housekeeping on catalog data.
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Remove PGDLLIMPORT marker from __pg_log_level