]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Tidy-up unneeded NULL parameter checks from SQL function
authorDavid Rowley <drowley@postgresql.org>
Fri, 3 Oct 2025 10:04:37 +0000 (23:04 +1300)
committerDavid Rowley <drowley@postgresql.org>
Fri, 3 Oct 2025 10:04:37 +0000 (23:04 +1300)
commita69b55cd47274d897f4d92c466bfda461c9acfda
tree9e28bd1b43c404a7324a9cc7616dd59e1b663ac0
parent54ab74865147c0051357d23af63314ff5e7332f4
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 <dgrowleyml@gmail.com>
Reviewed-by: Michael Paquier <michael@paquier.xyz>
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Discussion: https://postgr.es/m/CAApHDvqiN0+mbooUOSCDALc=GoM8DmTbCdvwnCwak6Wb2O1ZJA@mail.gmail.com
src/test/modules/test_bitmapset/test_bitmapset.c