forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb27679a
committed
Docs: clarify treatment of variadic functions with zero variadic arguments.
Explain that you have to use "VARIADIC ARRAY[]" to pass an empty arrayto a variadic parameter position. This was already implicit in the textbut it seems better to spell it out.Per a suggestion from David Johnston, though I didn't use his proposedwording. Back-patch to all supported branches.1 parentfce3a71 commitb27679a
1 file changed
+14
-0
lines changedLines changed: 14 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
699 | 699 |
| |
700 | 700 |
| |
701 | 701 |
| |
| 702 | + | |
| 703 | + | |
| 704 | + | |
| 705 | + | |
| 706 | + | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
| 710 | + | |
| 711 | + | |
| 712 | + | |
| 713 | + | |
| 714 | + | |
| 715 | + | |
702 | 716 |
| |
703 | 717 |
| |
704 | 718 |
| |
|
0 commit comments
Comments
(0)