- Notifications
You must be signed in to change notification settings - Fork5.1k
Commit381f5cf
committed
Remove check for NULL in STRICT function
test_bms_make_singleton is defined as STRICT and only takes a singleparameter, so there is no need to check that parameter for NULL as aNULL input won't ever reach there.Author: Daniel Gustafsson <daniel@yesql.se>Discussion:https://postgr.es/m/BC483901-9587-4076-B20F-9A414C66AB78@yesql.se1 parenta1b064e commit381f5cf
1 file changed
+0
-3
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
201 | 201 |
| |
202 | 202 |
| |
203 | 203 |
| |
204 |
| - | |
205 |
| - | |
206 |
| - | |
207 | 204 |
| |
208 | 205 |
| |
209 | 206 |
| |
|
0 commit comments
Comments
(0)