mirror of
https://github.com/postgres/postgres.git
synced 2026-04-23 15:19:08 -04:00
Remove prototype for nonexistent function.
This commit is contained in:
parent
9873001e6d
commit
ca1e1a8da1
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue