'tsm_system_rows_init', 'tsm_system_rows_nextblock',
'tsm_system_rows_nexttuple', 'tsm_system_rows_examinetuple',
'tsm_system_rows_end', 'tsm_system_rows_reset', 'tsm_system_rows_cost');
-
'tsm_system_time_init', 'tsm_system_time_nextblock',
'tsm_system_time_nexttuple', '-', 'tsm_system_time_end',
'tsm_system_time_reset', 'tsm_system_time_cost');
-
SimpleLruTruncate(MultiXactOffsetCtl,
MultiXactIdToOffsetPage(oldestMXact));
-
+
/*
* Now, and only now, we can advance the stop point for multixact members.
* If we did it any sooner, the segments we deleted above might already
ALTER SEQUENCE fkey_table_seq_renamed
SET SCHEMA foo;
-
-
---
CREATE EXTENSION pg_stat_statements;
-
START 10
CACHE 10
CYCLE;
-
create operator class ctype_hash_ops
default for type ctype using hash as
operator 1 =(ctype, ctype);
-