Remove check for NULL in STRICT function
Daniel Gustafsson <dgustafsson@postgresql.org>
Author:
Daniel Gustafsson <dgustafsson@postgresql.org>
Date: 2025-10-02T20:54:37Z
Releases:
19 (unreleased)
Remove check for NULL in STRICT function test_bms_make_singleton is defined as STRICT and only takes a single parameter, so there is no need to check that parameter for NULL as a NULL input won't ever reach there. Author: Daniel Gustafsson <daniel@yesql.se> Discussion: https://postgr.es/m/BC483901-9587-4076-B20F-9A414C66AB78@yesql.se
Files
| Path | Change | +/− |
|---|---|---|
| src/test/modules/test_bitmapset/test_bitmapset.c | modified | +0 −3 |
Discussion
- [PATCH] Add tests for Bitmapset 81 messages · 2025-08-15 → 2026-04-19