You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
0 commit comments