File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1510,7 +1510,12 @@ SELECT wait_for_hot_stats();
15101510
15111511(1 row)
15121512
1513- -- SELECT pg_stat_get_tuples_hot_updated('brin_hot'::regclass::oid);
1513+ SELECT pg_stat_get_tuples_hot_updated('brin_hot'::regclass::oid);
1514+ pg_stat_get_tuples_hot_updated
1515+ --------------------------------
1516+ 1
1517+ (1 row)
1518+
15141519DROP TABLE brin_hot;
15151520DROP FUNCTION wait_for_hot_stats();
15161521-- Test handling of index predicates - updating attributes in precicates
Original file line number Diff line number Diff line change @@ -790,7 +790,7 @@ UPDATE brin_hot SET val = -3 WHERE id = 42;
790790\c -
791791
792792SELECT wait_for_hot_stats();
793- -- SELECT pg_stat_get_tuples_hot_updated('brin_hot'::regclass::oid);
793+ SELECT pg_stat_get_tuples_hot_updated(' brin_hot' ::regclass::oid );
794794
795795DROP TABLE brin_hot;
796796DROP FUNCTION wait_for_hot_stats();
You can’t perform that action at this time.
0 commit comments