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: default shouldAddObjfuncargsForDropStmt to true and improve anyarray VARIADIC detection
- Modified shouldAddObjfuncargsForDropStmt to default to true for function drops
- Added special handling for anyarray type to be detected as VARIADIC in createFunctionParameterFromTypeName
- Attempting to fix polymorphism test failure for drop function concat(text, anyarray)
- Still debugging objfuncargs creation logic for DropStmt contexts
Co-Authored-By: Dan Lynch <[email protected]>
0 commit comments