forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6e2ff6e
committed
Add a check for trigger function with declared arguments. This path
could not be reached before, but now that there is a plpgsql validatorfunction, it can be. Check is needed to prevent core dump reported bySatoshi Nagayasu. Besides, this gives a more specific and usefulerror message for a fairly common novice error.1 parent99382f4 commit6e2ff6e
1 file changed
+8
-1
lines changedLines changed: 8 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| |||
547 | 547 |
| |
548 | 548 |
| |
549 | 549 |
| |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
550 | 557 |
| |
551 | 558 |
| |
552 | 559 |
| |
|
0 commit comments
Comments
(0)