mirror of
https://github.com/postgres/postgres.git
synced 2025-08-17 01:02:17 +03:00
Cleanup VirtualXact at end of Hot Standby.
This commit is contained in:
@@ -105,6 +105,9 @@ ShutdownRecoveryTransactionEnvironment(void)
|
||||
|
||||
/* Release all locks the tracked transactions were holding */
|
||||
StandbyReleaseAllLocks();
|
||||
|
||||
/* Cleanup our VirtualTransaction */
|
||||
VirtualXactLockTableCleanup();
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user