Tidy-up unneeded NULL parameter checks from SQL function This function is marked as strict, so we can safely remove the checks checking for NULL input parameters.
Author: David Rowley <[email protected]> Reviewed-by: Michael Paquier <[email protected]> Reviewed-by: Daniel Gustafsson <[email protected]> Discussion: https://postgr.es/m/CAApHDvqiN0+mbooUOSCDALc=gom8dmtbcdvwncwak6wb2o1...@mail.gmail.com Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/a69b55cd47274d897f4d92c466bfda461c9acfda Modified Files -------------- src/test/modules/test_bitmapset/test_bitmapset.c | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-)
