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:
@ -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