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
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
0 commit comments