forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit74cf802
committed
Assert that strong-lock count is >0 everywhere it's decremented.
The one existing assertion of this type has tripped a few times in thebuildfarm lately, but it's not clear whether the problem is reallyoriginating there or whether it's leftovers from a trip through oneof the other two paths that lack a matching assertion. So add one.Since the same bug(s) most likely exist(s) in the back-branches also,back-patch to 9.2, where the fast-path lock mechanism was added.1 parent53463e2 commit74cf802
1 file changed
+2
-0
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1516 | 1516 |
| |
1517 | 1517 |
| |
1518 | 1518 |
| |
| 1519 | + | |
1519 | 1520 |
| |
1520 | 1521 |
| |
1521 | 1522 |
| |
| |||
2882 | 2883 |
| |
2883 | 2884 |
| |
2884 | 2885 |
| |
| 2886 | + | |
2885 | 2887 |
| |
2886 | 2888 |
| |
2887 | 2889 |
| |
|
0 commit comments
Comments
(0)