From: Robert Haas <rhaas@postgresql.org>
Date: Wed, 25 Apr 2012 19:32:15 +0000 (-0400)
Subject: Remove prototype for nonexistent function.
X-Git-Tag: REL9_2_BETA1~96
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ca1e1a8da11d188df738ba67632c0805a00d3f27;p=postgresql

Remove prototype for nonexistent function.
---

diff --git a/src/include/storage/standby.h b/src/include/storage/standby.h
index 1027bbcf9e..ed3b66b35d 100644
--- a/src/include/storage/standby.h
+++ b/src/include/storage/standby.h
@@ -29,7 +29,6 @@ extern void ShutdownRecoveryTransactionEnvironment(void);
 
 extern void ResolveRecoveryConflictWithSnapshot(TransactionId latestRemovedXid,
 									RelFileNode node);
-extern void ResolveRecoveryConflictWithRemovedTransactionId(void);
 extern void ResolveRecoveryConflictWithTablespace(Oid tsid);
 extern void ResolveRecoveryConflictWithDatabase(Oid dbid);