Remove prototype for nonexistent function.

This commit is contained in:
Robert Haas 2012-04-25 15:32:15 -04:00
parent 9873001e6d
commit ca1e1a8da1
1 changed files with 0 additions and 1 deletions

View File

@ -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);