pgsql: Remove unused function prototype

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема pgsql: Remove unused function prototype
Дата
Msg-id E1rxjF1-002oBN-LO@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove unused function prototype

Commit aafc05de1bf5 removed StartSlotSyncWorker() but mistakenly left
the prototype in slotsync.h.  Fix by removing.

Reported-by: Alexander Lakhin <exclusion@gmail.com>
Discussion: https://postgr.es/m/3F577953-A29E-4722-98AD-2DA9EFF2CBB8@yesql.se

Branch
------
master

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

Modified Files
--------------
src/include/replication/slotsync.h | 1 -
1 file changed, 1 deletion(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix MSVC recipe for ecpg regression tests, redux.
Следующее
От: Dean Rasheed
Дата:
Сообщение: pgsql: Use macro NUM_MERGE_MATCH_KINDS instead of '3' in MERGE code.