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

Commitf81167a

Browse files
committed
Fix typo in test comment.
1 parent1122a90 commitf81167a

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-
-- correctesimates
275+
-- correctestimates
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
WHEREs.stxrelid='ndistinct'::regclass
189189
ANDd.stxoid=s.oid;
190190

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

[8]ページ先頭

©2009-2025 Movatter.jp