Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5bdf694

Browse files
committed
Fix typo in test comment.
1 parent 1f32136 commit 5bdf694

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test/regress/expected/stats_ext.out

+1-1
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ SELECT s.stxkind, d.stxdndistinct
292292
{d,f,m} | {"3, 4": 2550, "3, 6": 800, "4, 6": 1632, "3, 4, 6": 5000}
293293
(1 row)
294294

295-
-- correct esimates
295+
-- correct estimates
296296
SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY a, b');
297297
estimated | actual
298298
-----------+--------

src/test/regress/sql/stats_ext.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ SELECT s.stxkind, d.stxdndistinct
201201
WHERE s.stxrelid = 'ndistinct'::regclass
202202
AND d.stxoid = s.oid;
203203

204-
-- correct esimates
204+
-- correct estimates
205205
SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY a, b');
206206

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

0 commit comments

Comments
 (0)