Remove leftover function prototype.

The prototype for inval_twophase_postcommit wasn't removed when it's definition
was removed in efc16ea520 / the initial HS commit.

Andres Freund
pull/6/head
Fujii Masao 12 years ago
parent b34f8f409b
commit 71129b6fc5
  1. 3
      src/include/utils/inval.h

@ -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…
Cancel
Save