Commit 53a96cd
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]>1 parent 334defb commit 53a96cd
1 file changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2032 | 2032 | | |
2033 | 2033 | | |
2034 | 2034 | | |
2035 | | - | |
| 2035 | + | |
2036 | 2036 | | |
2037 | 2037 | | |
2038 | 2038 | | |
| |||
2066 | 2066 | | |
2067 | 2067 | | |
2068 | 2068 | | |
| 2069 | + | |
| 2070 | + | |
| 2071 | + | |
| 2072 | + | |
| 2073 | + | |
| 2074 | + | |
| 2075 | + | |
2069 | 2076 | | |
2070 | 2077 | | |
2071 | 2078 | | |
| |||
0 commit comments