Fix typo in test comment.
authorHeikki Linnakangas <[email protected]>
Fri, 14 Aug 2020 07:40:50 +0000 (10:40 +0300)
committerHeikki Linnakangas <[email protected]>
Fri, 14 Aug 2020 07:41:19 +0000 (10:41 +0300)
src/test/regress/expected/stats_ext.out
src/test/regress/sql/stats_ext.sql

index 4166f7c93106511efc3e31f8747dc8972562f4bc..cd4b60314cc99373aee162ca53e80bd0e99a16ef 100644 (file)
@@ -272,7 +272,7 @@ SELECT s.stxkind, d.stxdndistinct
  {d,f,m} | {"3, 4": 2550, "3, 6": 800, "4, 6": 1632, "3, 4, 6": 5000}
 (1 row)
 
--- correct esimates
+-- correct estimates
 SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY a, b');
  estimated | actual 
 -----------+--------
index 52eff15830ca2847fc979e9e8788c9f488377d03..992959cb6a36d626cbe573cdcad38c7e80d8b16c 100644 (file)
@@ -188,7 +188,7 @@ SELECT s.stxkind, d.stxdndistinct
  WHERE s.stxrelid = 'ndistinct'::regclass
    AND d.stxoid = s.oid;
 
--- correct esimates
+-- correct estimates
 SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY a, b');
 
 SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY a, b, c');