diff options
author | Fujii Masao <fujii@postgresql.org> | 2013-09-11 01:32:24 +0900 |
---|---|---|
committer | Fujii Masao <fujii@postgresql.org> | 2013-09-11 01:32:24 +0900 |
commit | 71129b6fc5a7f1a7615f9ee07ee55994217de994 (patch) | |
tree | 5283566bcbd3b64a940c6956629e2cb496740765 /src | |
parent | b34f8f409bec4921d260ac84668917f5fff04319 (diff) | |
download | postgresql-71129b6fc5a7f1a7615f9ee07ee55994217de994.tar.gz postgresql-71129b6fc5a7f1a7615f9ee07ee55994217de994.zip |
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
Diffstat (limited to 'src')
-rw-r--r-- | src/include/utils/inval.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/utils/inval.h b/src/include/utils/inval.h index feb55f1d08e..6fd6e1e07ad 100644 --- 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 */ |