forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf994bf9
committed
ProcedureCreate neglected to record dependencies on default expressions.
Thus, an object referenced in a default expression could be dropped whilethe function remained present. This was unaccountably missed in theoriginal patch to add default parameters for functions. Reported byPavel Stehule.1 parentb07de20 commitf994bf9
1 file changed
+5
-0
lines changedLines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
597 | 597 |
| |
598 | 598 |
| |
599 | 599 |
| |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
600 | 605 |
| |
601 | 606 |
| |
602 | 607 |
| |
|
0 commit comments
Comments
(0)