Skip to content

Commit f6e8451

Browse files
Remove unused function prototype
Commit aafc05d 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
1 parent 9c58bf1 commit f6e8451

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/include/replication/slotsync.h

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ extern char *CheckAndGetDbnameFromConninfo(void);
2727
extern bool ValidateSlotSyncParams(int elevel);
2828

2929
extern void ReplSlotSyncWorkerMain(char *startup_data, size_t startup_data_len) pg_attribute_noreturn();
30-
extern int StartSlotSyncWorker(void);
3130

3231
extern void ShutDownSlotSync(void);
3332
extern bool SlotSyncWorkerCanRestart(void);

0 commit comments

Comments
 (0)