From 44985abbc671ac0b3f7c85c04821841aabda27ff Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Sun, 12 Mar 2023 13:15:31 -0700 Subject: [PATCH] Updated comment [skip ci] --- test/t/007_inserts.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/t/007_inserts.pl b/test/t/007_inserts.pl index 8615544..030d7f0 100644 --- a/test/t/007_inserts.pl +++ b/test/t/007_inserts.pl @@ -34,7 +34,7 @@ $node->pgbench( sub idx_scan { - # stats do not update instantaneously + # 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();");