Commit 334defb
fix: improve VARIADIC parameter detection in createFunctionParameterFromTypeName method
- Add logic to detect VARIADIC parameters based on type names (anyarray, anycompatiblearray, etc.)
- Add special handling for aggregate function contexts where 'any' type should be VARIADIC
- Fixes create_aggregate test case for ALTER AGGREGATE my_rank rename statement
- Maintains 234/258 passing tests
Co-Authored-By: Dan Lynch <[email protected]>1 parent 89a9125 commit 334defb
1 file changed
+20
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2059 | 2059 | | |
2060 | 2060 | | |
2061 | 2061 | | |
| 2062 | + | |
| 2063 | + | |
| 2064 | + | |
| 2065 | + | |
| 2066 | + | |
| 2067 | + | |
| 2068 | + | |
| 2069 | + | |
| 2070 | + | |
| 2071 | + | |
| 2072 | + | |
| 2073 | + | |
| 2074 | + | |
| 2075 | + | |
| 2076 | + | |
| 2077 | + | |
| 2078 | + | |
| 2079 | + | |
| 2080 | + | |
2062 | 2081 | | |
2063 | 2082 | | |
2064 | | - | |
| 2083 | + | |
2065 | 2084 | | |
2066 | 2085 | | |
2067 | 2086 | | |
| |||
0 commit comments