The IOCCC29 winner writes each frame as fresh C source, compiles it, then runs it.
Customer stories Events & webinars Ebooks & reports Business insights GitHub Skills ...
SELECT array_agg(attname) FROM unnest($2) un(attnum) LEFT JOIN pg_attribute att ON att.attrelid=$1 AND att.attnum = un.attnum; $$ LANGUAGE SQL SET search_path TO pg ...