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
156131: cmd/reduce: fix parsing of DO blocks r=mw5h a=mw5h
Parsing DO blocks requires that plpgsql be initialized, which reduce previously failed to do, causing it to SEGV upon encountering a DO block in the file being reduced. This change imports the plpgsql parser to hit its init() function, which resolves the issue.
Epic: none
Release note: None
Co-authored-by: Matt White <[email protected]>
0 commit comments