forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8ea91ba

Neil Conway
Minor code clarity improvement: AFAICS, estate.eval_econtext must be
non-NULL during the guts of plpgsql_exec_trigger() andplpgsql_exec_function(). Therefore, we can remove the NULL check,per discussion on -patches.1 parentce8fd39 commit8ea91ba
1 file changed
+3
-5
lines changedLines changed: 3 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| |||
414 | 414 |
| |
415 | 415 |
| |
416 | 416 |
| |
417 |
| - | |
418 |
| - | |
| 417 | + | |
419 | 418 |
| |
420 | 419 |
| |
421 | 420 |
| |
| |||
646 | 645 |
| |
647 | 646 |
| |
648 | 647 |
| |
649 |
| - | |
650 |
| - | |
| 648 | + | |
651 | 649 |
| |
652 | 650 |
| |
653 | 651 |
| |
|
0 commit comments
Comments
(0)