forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd9fad10
committed
Skip searching for subxact locks at commit.
At commit all standby locks are releasedfor the top-level transaction, so searchingfor locks for each subtransaction is bothpointless and costly (N^2) in the presenceof many AccessExclusiveLocks.1 parent68f7fe1 commitd9fad10
1 file changed
+4
-2
lines changedLines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4609 | 4609 |
| |
4610 | 4610 |
| |
4611 | 4611 |
| |
4612 |
| - | |
| 4612 | + | |
| 4613 | + | |
| 4614 | + | |
4613 | 4615 |
| |
4614 |
| - | |
| 4616 | + | |
4615 | 4617 |
| |
4616 | 4618 |
| |
4617 | 4619 |
| |
|
0 commit comments
Comments
(0)