1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Cleanup VirtualXact at end of Hot Standby.

This commit is contained in:
Simon Riggs
2012-11-29 21:59:11 +00:00
parent 7a2fe9bd03
commit f1e57a4ec9
3 changed files with 5 additions and 2 deletions

View File

@@ -544,6 +544,7 @@ extern void DumpAllLocks(void);
/* Lock a VXID (used to wait for a transaction to finish) */
extern void VirtualXactLockTableInsert(VirtualTransactionId vxid);
extern void VirtualXactLockTableCleanup(void);
extern bool VirtualXactLock(VirtualTransactionId vxid, bool wait);
#endif /* LOCK_H */