forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3435693
committed
Revert XactLockTableWait context setup in conditional multixact wait
There's no point in setting up a context error callback when doingconditional lock acquisition, because we never actually wait and so theable wouldn't be able to see it.Backpatch to 9.4, where this was added.1 parent0bfce76 commit3435693
1 file changed
+4
-7
lines changedLines changed: 4 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
109 | 109 |
| |
110 | 110 |
| |
111 | 111 |
| |
112 |
| - | |
113 |
| - | |
| 112 | + | |
114 | 113 |
| |
115 | 114 |
| |
116 | 115 |
| |
| |||
4431 | 4430 |
| |
4432 | 4431 |
| |
4433 | 4432 |
| |
4434 |
| - | |
4435 |
| - | |
| 4433 | + | |
4436 | 4434 |
| |
4437 | 4435 |
| |
4438 | 4436 |
| |
| |||
6244 | 6242 |
| |
6245 | 6243 |
| |
6246 | 6244 |
| |
6247 |
| - | |
6248 |
| - | |
| 6245 | + | |
6249 | 6246 |
| |
6250 | 6247 |
| |
6251 |
| - | |
| 6248 | + | |
6252 | 6249 |
| |
6253 | 6250 |
| |
6254 | 6251 |
| |
|
0 commit comments
Comments
(0)