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
129951: parser: allow multiple DECLARE keywords in function definitions r=mw5h a=mw5h
Previously, UDFs with multiple DECLARE statements would cause the parser to panic. This patch allows us to accept these statements, which is what Postgres does.
Fixes: #129285
Release note (bug fix): Using more than one DECLARE statment in the definition of a user defined function now correctly declares additional variables.
Co-authored-by: Matt White <[email protected]>
0 commit comments