experiments-postgresql-locks/pg_lock_hash_info--1.0.sql

9 lines
192 B
MySQL
Raw Normal View History

2025-04-03 05:39:57 +00:00
CREATE FUNCTION pg_lock_hash_info()
RETURNS TABLE (
hash_type CHAR,
directory INT,
bucket_hash INT,
entries INT,
free_slots INT
) AS 'pg_lock_hash_info' LANGUAGE C STRICT;