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
Release note (sql change): Added support for pg_blocking_pids builtin function.
It is hardcoded to return an empty array because CockroachDB has no
equivalent concept of PIDs as in Postgres.
sql/sem: added field for pg_blocking_pids in builtinOidsBySignature map
Exalate commented:
Related PR: cockroachdb/cockroach#92253
Commit: cockroachdb/cockroach@b19f6b1
Release note (sql change): Added support for pg_blocking_pids builtin function.
It is hardcoded to return an empty array because CockroachDB has no
equivalent concept of PIDs as in Postgres.
sql/sem: added field for pg_blocking_pids in builtinOidsBySignature map
Jira Issue: DOC-6243
The text was updated successfully, but these errors were encountered: