forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitdbf3f97
committed
Warn if LOCKTAG_TUPLE is held at commit, under debug_assertions.
The current use always releases this locktag. A planned use willcontinue that intent. It will involve more areas of code, making unlockomissions easier. Warn under debug_assertions, like we do for variousresource leaks. Back-patch to v12 (all supported versions), the planfor the commit of the new use.Reviewed by Heikki Linnakangas.Discussion:https://postgr.es/m/20240512232923.aa.nmisch@google.com1 parentac30021 commitdbf3f97
1 file changed
+10
-0
lines changedLines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2305 | 2305 |
| |
2306 | 2306 |
| |
2307 | 2307 |
| |
| 2308 | + | |
| 2309 | + | |
| 2310 | + | |
| 2311 | + | |
| 2312 | + | |
| 2313 | + | |
| 2314 | + | |
| 2315 | + | |
| 2316 | + | |
| 2317 | + | |
2308 | 2318 |
| |
2309 | 2319 |
| |
2310 | 2320 |
| |
|
0 commit comments
Comments
(0)