forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb8060e4
committed
Prefer argument name over "$n" for the refname of a plpgsql argument.
If a function argument has a name, use that as the "refname" of thePLpgSQL_datum representing the argument, instead of $n as before.This allows better error messages in some cases.Pavel Stehule, reviewed by Jeevan ChalkeDiscussion:https://postgr.es/m/CAFj8pRB9GyU2U1Sb2ssgP26DZ_yq-FYDfpvUvGQ=k4R=yOPVjg@mail.gmail.com1 parent3612019 commitb8060e4
File tree
3 files changed
+28
-3
lines changed- src
- pl/plpgsql/src
- test/regress
- expected
- sql
3 files changed
+28
-3
lines changedLines changed: 8 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
433 | 433 |
| |
434 | 434 |
| |
435 | 435 |
| |
436 |
| - | |
437 |
| - | |
438 |
| - | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
439 | 444 |
| |
440 | 445 |
| |
441 | 446 |
| |
|
Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6029 | 6029 |
| |
6030 | 6030 |
| |
6031 | 6031 |
| |
| 6032 | + | |
| 6033 | + | |
| 6034 | + | |
| 6035 | + | |
| 6036 | + | |
| 6037 | + | |
| 6038 | + | |
| 6039 | + | |
| 6040 | + | |
| 6041 | + | |
| 6042 | + |
Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4811 | 4811 |
| |
4812 | 4812 |
| |
4813 | 4813 |
| |
| 4814 | + | |
| 4815 | + | |
| 4816 | + | |
| 4817 | + | |
| 4818 | + | |
| 4819 | + | |
| 4820 | + | |
| 4821 | + | |
| 4822 | + |
0 commit comments
Comments
(0)