- Notifications
You must be signed in to change notification settings - Fork5
Commit0f427df
committed
Allow plpgsql IN parameters to be assigned to. Since the parameters are just
preinitialized local variables, this does not affect the function's semanticsas seen by callers; allowing assignment simply avoids the need to create morelocal variables in some cases. In any case we were being rather inconsistentsince only scalar parameters were getting marked constant.No documentation change, since parameters were never documented as beingmarked constant anyway.Steve Prentice1 parent94f238c commit0f427df
1 file changed
+1
-5
lines changedLines changed: 1 addition & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
424 | 424 |
| |
425 | 425 |
| |
426 | 426 |
| |
427 |
| - | |
428 |
| - | |
429 |
| - | |
430 |
| - | |
431 | 427 |
| |
432 | 428 |
| |
433 | 429 |
| |
|
0 commit comments
Comments
(0)