projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b34f8f4
)
Remove leftover function prototype.
author
Fujii Masao
<
[email protected]
>
Tue, 10 Sep 2013 16:32:24 +0000
(
01:32
+0900)
committer
Fujii Masao
<
[email protected]
>
Tue, 10 Sep 2013 16:32:24 +0000
(
01:32
+0900)
The prototype for inval_twophase_postcommit wasn't removed when it's definition
was removed in
efc16ea520679d713d98a2c7bf1453c4ff7b91ec
/ the initial HS commit.
Andres Freund
src/include/utils/inval.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/utils/inval.h
b/src/include/utils/inval.h
index feb55f1d08e278170d34ac2db62f8d5a1fec4b46..6fd6e1e07adf4dc463943ac7fd05c2f16978c8dd 100644
(file)
--- a/
src/include/utils/inval.h
+++ b/
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 */