Thanks to visit codestin.com
Credit goes to github.com

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 <[email protected]> Discussion: https://postgr.es/m/[email protected]
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

Lines changed: 0 additions & 1 deletion
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)