Commit d767fe6
fix: revert incorrect variadic parameter detection in DROP contexts - improves to 238/258 passing tests
- Removed isDropFunction logic that was incorrectly setting FUNC_PARAM_VARIADIC for anyarray parameters
- DROP FUNCTION contexts expect FUNC_PARAM_DEFAULT mode for all parameters
- Fixes polymorphism test that expects both text and anyarray parameters to have FUNC_PARAM_DEFAULT mode
Co-Authored-By: Dan Lynch <[email protected]>1 parent 980377e commit d767fe6
1 file changed
+28
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1797 | 1797 | | |
1798 | 1798 | | |
1799 | 1799 | | |
| 1800 | + | |
| 1801 | + | |
| 1802 | + | |
1800 | 1803 | | |
1801 | 1804 | | |
1802 | 1805 | | |
| |||
2063 | 2066 | | |
2064 | 2067 | | |
2065 | 2068 | | |
| 2069 | + | |
| 2070 | + | |
| 2071 | + | |
| 2072 | + | |
| 2073 | + | |
| 2074 | + | |
| 2075 | + | |
| 2076 | + | |
| 2077 | + | |
| 2078 | + | |
| 2079 | + | |
| 2080 | + | |
| 2081 | + | |
| 2082 | + | |
| 2083 | + | |
| 2084 | + | |
| 2085 | + | |
| 2086 | + | |
| 2087 | + | |
| 2088 | + | |
| 2089 | + | |
| 2090 | + | |
| 2091 | + | |
| 2092 | + | |
| 2093 | + | |
2066 | 2094 | | |
2067 | 2095 | | |
2068 | 2096 | | |
| |||
0 commit comments