forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork1
Commita69b55c
committed
Tidy-up unneeded NULL parameter checks from SQL function
This function is marked as strict, so we can safely remove the checkschecking 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.com1 parent54ab748 commita69b55c
1 file changed
+9
-14
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
587 | 587 |
| |
588 | 588 |
| |
589 | 589 |
| |
590 |
| - | |
| 590 | + | |
591 | 591 |
| |
592 | 592 |
| |
593 | 593 |
| |
| |||
600 | 600 |
| |
601 | 601 |
| |
602 | 602 |
| |
603 |
| - | |
604 |
| - | |
605 |
| - | |
606 |
| - | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
607 | 606 |
| |
608 | 607 |
| |
609 | 608 |
| |
| 609 | + | |
610 | 610 |
| |
611 |
| - | |
| 611 | + | |
612 | 612 |
| |
613 | 613 |
| |
614 |
| - | |
615 |
| - | |
616 |
| - | |
617 |
| - | |
618 |
| - | |
619 |
| - | |
620 |
| - | |
621 |
| - | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
622 | 617 |
| |
623 | 618 |
| |
624 | 619 |
| |
|
0 commit comments
Comments
(0)