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 Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/71379663fe25aa90049726e913f48daa30a03ff0 Modified Files -------------- src/test/modules/injection_points/regress_injection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
