forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3c6fd1f
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 parent86b9424 commit3c6fd1f
1 file changed
+14
-0
lines changedLines changed: 14 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
705 | 705 |
| |
706 | 706 |
| |
707 | 707 |
| |
| 708 | + | |
| 709 | + | |
| 710 | + | |
| 711 | + | |
| 712 | + | |
| 713 | + | |
| 714 | + | |
| 715 | + | |
| 716 | + | |
| 717 | + | |
| 718 | + | |
| 719 | + | |
| 720 | + | |
| 721 | + | |
708 | 722 |
| |
709 | 723 |
| |
710 | 724 |
| |
|
0 commit comments
Comments
(0)