]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Warn if LOCKTAG_TUPLE is held at commit, under debug_assertions.
authorNoah Misch <noah@leadboat.com>
Tue, 24 Sep 2024 22:25:18 +0000 (15:25 -0700)
committerNoah Misch <noah@leadboat.com>
Tue, 24 Sep 2024 22:25:23 +0000 (15:25 -0700)
commitc9de1b8ac8df344ea08316f2f7edd86b912d6b1c
tree7385f9055ec338c15970215bcd75a9804945afd5
parent988ddbef978bb2f247f0e021a28527e3776d6906
Warn if LOCKTAG_TUPLE is held at commit, under debug_assertions.

The current use always releases this locktag.  A planned use will
continue that intent.  It will involve more areas of code, making unlock
omissions easier.  Warn under debug_assertions, like we do for various
resource leaks.  Back-patch to v12 (all supported versions), the plan
for the commit of the new use.

Reviewed by Heikki Linnakangas.

Discussion: https://postgr.es/m/20240512232923.aa.nmisch@google.com
src/backend/storage/lmgr/lock.c