Skip to content

Commit 47c9803

Browse files
committed
Remove leftover function declaration
Commit 9d9b9d4 removed the function (or rather, moved it to a different source file and renamed it to SendCancelRequest), but forgot the declaration in the header file.
1 parent 524d490 commit 47c9803

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/include/postmaster/postmaster.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ extern int MaxLivePostmasterChildren(void);
6363

6464
extern bool PostmasterMarkPIDForWorkerNotify(int);
6565

66-
extern void processCancelRequest(int backendPID, int32 cancelAuthCode);
67-
6866
#ifdef WIN32
6967
extern void pgwin32_register_deadchild_callback(HANDLE procHandle, DWORD procId);
7068
#endif

0 commit comments

Comments
 (0)