mirror of
https://github.com/postgres/postgres.git
synced 2026-02-11 14:53:31 -05:00
Fix typo in test comment.
This commit is contained in:
parent
1f32136a99
commit
5bdf694568
2 changed files with 2 additions and 2 deletions
|
|
@ -292,7 +292,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
|
||||
-----------+--------
|
||||
|
|
|
|||
|
|
@ -201,7 +201,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');
|
||||
|
|
|
|||
Loading…
Reference in a new issue