mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
Remove leftover function prototype.
The prototype for inval_twophase_postcommit wasn't removed when it's definition was removed in efc16ea520679d713d98a2c7bf1453c4ff7b91ec / the initial HS commit. Andres Freund
This commit is contained in:
parent
b34f8f409b
commit
71129b6fc5
@ -64,7 +64,4 @@ extern void CacheRegisterRelcacheCallback(RelcacheCallbackFunction func,
|
||||
|
||||
extern void CallSyscacheCallbacks(int cacheid, uint32 hashvalue);
|
||||
|
||||
extern void inval_twophase_postcommit(TransactionId xid, uint16 info,
|
||||
void *recdata, uint32 len);
|
||||
|
||||
#endif /* INVAL_H */
|
||||
|
Loading…
x
Reference in New Issue
Block a user