Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5bdf694

Browse files
committed
Fix typo in test comment.
1 parent1f32136 commit5bdf694

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
@@ -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-
-- correctesimates
295+
-- correctestimates
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ SELECT s.stxkind, d.stxdndistinct
201201
WHEREs.stxrelid='ndistinct'::regclass
202202
ANDd.stxoid=s.oid;
203203

204-
-- correctesimates
204+
-- correctestimates
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)

[8]ページ先頭

©2009-2025 Movatter.jp