mirror of
https://github.com/postgres/postgres.git
synced 2025-11-13 16:22:44 +03:00
At commit all standby locks are released for the top-level transaction, so searching for locks for each subtransaction is both pointless and costly (N^2) in the presence of many AccessExclusiveLocks.