From bbae64b7845aba7f03b9c92c5e01d1643a05abc6 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Sun, 12 Mar 2023 13:26:23 -0700 Subject: [PATCH] Removed unneeded query from test --- test/t/007_inserts.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/test/t/007_inserts.pl b/test/t/007_inserts.pl index 030d7f0..73d77b5 100644 --- a/test/t/007_inserts.pl +++ b/test/t/007_inserts.pl @@ -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;"); }