[COMMITTERS] pgsql: Get rid of extern declarations of non-existent functions.

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема [COMMITTERS] pgsql: Get rid of extern declarations of non-existent functions.
Дата
Msg-id E1d2guB-0005Dk-BB@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Get rid of extern declarations of non-existent functions.

Those extern declartions were mistakenly added by commit 7c4f52409.

Author: Petr Jelinek

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/cbc2270e3fcfae0831e4aa22f797f1dcac483d46

Modified Files
--------------
src/include/replication/logical.h | 6 ------
1 file changed, 6 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Fix postmaster's handling of fork failure for a bgworkerprocess
Следующее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Run the postmaster's signal handlers without SA_RESTART.