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
CREATEFUNCTIONf() RETURNS int LANGUAGE sql
SET search_path = pg_catalog, pg_temp
AS $$ SELECT1 $$;
SELECT unsafe_call(); -- expected PS016, but silently passes
Minimal repro: