forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3adba73
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 theuser wouldn't be able to see the context message anywhere. In fact,this is more in line with what ConditionalXactLockTableWait is doing.Backpatch to 9.4, where this was added.1 parent6f82295 commit3adba73
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 |
| |
| |||
4438 | 4437 |
| |
4439 | 4438 |
| |
4440 | 4439 |
| |
4441 |
| - | |
4442 |
| - | |
| 4440 | + | |
4443 | 4441 |
| |
4444 | 4442 |
| |
4445 | 4443 |
| |
| |||
6246 | 6244 |
| |
6247 | 6245 |
| |
6248 | 6246 |
| |
6249 |
| - | |
6250 |
| - | |
| 6247 | + | |
6251 | 6248 |
| |
6252 | 6249 |
| |
6253 |
| - | |
| 6250 | + | |
6254 | 6251 |
| |
6255 | 6252 |
| |
6256 | 6253 |
| |
|
0 commit comments
Comments
(0)