Skip to content

Commit f81167a

Browse files
committed
Fix typo in test comment.
1 parent 1122a90 commit f81167a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test/regress/expected/stats_ext.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ SELECT s.stxkind, d.stxdndistinct
272272
{d,f,m} | {"3, 4": 2550, "3, 6": 800, "4, 6": 1632, "3, 4, 6": 5000}
273273
(1 row)
274274

275-
-- correct esimates
275+
-- correct estimates
276276
SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY a, b');
277277
estimated | actual
278278
-----------+--------

src/test/regress/sql/stats_ext.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ SELECT s.stxkind, d.stxdndistinct
188188
WHERE s.stxrelid = 'ndistinct'::regclass
189189
AND d.stxoid = s.oid;
190190

191-
-- correct esimates
191+
-- correct estimates
192192
SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY a, b');
193193

194194
SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY a, b, c');

0 commit comments

Comments
 (0)