Hi, The subject says it all.
Greetings, Andres Freund -- Andres Freund http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services
>From 572b6bf6527829e215aedfd42a3de755357ce8f1 Mon Sep 17 00:00:00 2001 From: Andres Freund <and...@anarazel.de> Date: Tue, 10 Sep 2013 13:10:13 +0200 Subject: [PATCH] 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. --- src/include/utils/inval.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/include/utils/inval.h b/src/include/utils/inval.h index feb55f1..6fd6e1e 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 */ -- 1.8.3.251.g1462b67
-- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers