diff options
author | Simon Riggs <simon@2ndQuadrant.com> | 2012-11-29 22:17:15 +0000 |
---|---|---|
committer | Simon Riggs <simon@2ndQuadrant.com> | 2012-11-29 22:17:15 +0000 |
commit | edfc84b878d667bb074048cccb5f363ea66a82c8 (patch) | |
tree | 9cbf14f20ef5516faac950acd585b30dc9e4b683 /src/include/storage/lock.h | |
parent | fdac4e2ba2ae75080d9e8c6e34934c9d32fe26ee (diff) |
Cleanup VirtualXact at end of Hot Standby
Resolves bug 7572 reported by Daniele Varrazzo
Diffstat (limited to 'src/include/storage/lock.h')
-rw-r--r-- | src/include/storage/lock.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/storage/lock.h b/src/include/storage/lock.h index d629ac2ad2e..2d487fffe3a 100644 --- a/src/include/storage/lock.h +++ b/src/include/storage/lock.h @@ -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 */ |