1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-02 09:02:37 +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

@ -105,6 +105,9 @@ ShutdownRecoveryTransactionEnvironment(void)
/* Release all locks the tracked transactions were holding */
StandbyReleaseAllLocks();
/* Cleanup our VirtualTransaction */
VirtualXactLockTableCleanup();
}