diff options
| author | Simon Riggs | 2012-11-29 21:59:11 +0000 |
|---|---|---|
| committer | Simon Riggs | 2012-11-29 21:59:11 +0000 |
| commit | f1e57a4ec9c0ce875683d556909a28a5549da455 (patch) | |
| tree | 473d3c1dbf9b0ad488fb8c80c3955df240960d04 /src/include | |
| parent | 7a2fe9bd0371b819aacc97a007ec1d955237d207 (diff) | |
Cleanup VirtualXact at end of Hot Standby.
Diffstat (limited to 'src/include')
| -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 d56f0fa4b74..e01a5c50443 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 */ |
