]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix crash in test function on removable_cutoff(NULL)
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Fri, 16 Jan 2026 12:42:22 +0000 (14:42 +0200)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Fri, 16 Jan 2026 12:43:32 +0000 (14:43 +0200)
commit9b6714ed9a1ab18af9cbfff8dd0f52cf99a1557e
tree1272534bfe29198beddcaf8ecc781fb3f4569cca
parentf335457e8adb32ce2e506e0d2b62c7f6f4bb98d1
Fix crash in test function on removable_cutoff(NULL)

The function is part of the injection_points test module and only used
in tests. None of the current tests call it with a NULL argument, but
it is supposed to work.

Backpatch-through: 17
src/test/modules/injection_points/regress_injection.c