mirror of
https://github.com/postgres/postgres.git
synced 2025-05-31 00:01:57 -04:00
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
This commit is contained in:
parent
9c58bf1507
commit
f6e8451336
@ -27,7 +27,6 @@ extern char *CheckAndGetDbnameFromConninfo(void);
|
||||
extern bool ValidateSlotSyncParams(int elevel);
|
||||
|
||||
extern void ReplSlotSyncWorkerMain(char *startup_data, size_t startup_data_len) pg_attribute_noreturn();
|
||||
extern int StartSlotSyncWorker(void);
|
||||
|
||||
extern void ShutDownSlotSync(void);
|
||||
extern bool SlotSyncWorkerCanRestart(void);
|
||||
|
Loading…
x
Reference in New Issue
Block a user