Removed unneeded query from test

This commit is contained in:
Andrew Kane
2023-03-12 13:26:23 -07:00
parent a6e8f36415
commit bbae64b784

View File

@@ -37,7 +37,6 @@ sub idx_scan
# Stats do not update instantaneously
# https://www.postgresql.org/docs/current/monitoring-stats.html#MONITORING-STATS-VIEWS
sleep(1);
$node->safe_psql("postgres", "SELECT pg_stat_clear_snapshot();");
$node->safe_psql("postgres", "SELECT idx_scan FROM pg_stat_user_indexes WHERE indexrelid = 'tst_v_idx'::regclass;");
}