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

Commit1f9e3a9

Browse files
Fix typo in test comment
s/currect/correct/, accidentally introduced in608b167.
1 parent91b0e85 commit1f9e3a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎src/test/regress/expected/subselect.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1905,7 +1905,7 @@ select * from (with y as (select * from x) select * from y) ss;
19051905
Output: int4_tbl.f1
19061906
(5 rows)
19071907

1908-
-- Ensure that we inline thecurrect CTE when there are
1908+
-- Ensure that we inline thecorrect CTE when there are
19091909
-- multiple CTEs with the same name
19101910
explain (verbose, costs off)
19111911
with x as (select 1 as y)

‎src/test/regress/sql/subselect.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -958,7 +958,7 @@ explain (verbose, costs off)
958958
with xas materialized (select*from int4_tbl)
959959
select*from (with yas (select*from x)select*from y) ss;
960960

961-
-- Ensure that we inline thecurrect CTE when there are
961+
-- Ensure that we inline thecorrect CTE when there are
962962
-- multiple CTEs with the same name
963963
explain (verbose, costs off)
964964
with xas (select1as y)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp