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
Fixes the Invalid MetaData command that could happen if a user entered a
sql statement that contained `pg_catalog`, but was not an actual `psql`
metadata command. The matcher would then return an error, instead of
just trying to execute the sql statement that the user entered.
Fixes b/200041331
0 commit comments