10000 Remove leftover function prototype. · johto/postgres@71129b6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 71129b6

Browse files
committed
Remove leftover function prototype.
The prototype for inval_twophase_postcommit wasn't removed when it's definition was removed in efc16ea / the initial HS commit. Andres Freund
1 parent b34f8f4 commit 71129b6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/include/utils/inval.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,4 @@ extern void CacheRegisterRelcacheCallback(RelcacheCallbackFunction func,
6464

6565
extern void CallSyscacheCallbacks(int cacheid, uint32 hashvalue);
6666

67-
extern void inval_twophase_postcommit(TransactionId xid, uint16 info,
68-
void *recdata, uint32 len);
69-
7067
#endif /* INVAL_H */

0 commit comments

Comments
 (0)
0