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

Appearance settings

Commit 1f9e3a9

Browse filesBrowse files
Fix typo in test comment
s/currect/correct/, accidentally introduced in 608b167.
1 parent 91b0e85 commit 1f9e3a9
Copy full SHA for 1f9e3a9

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

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

Copy file name to clipboardExpand all lines: src/test/regress/expected/subselect.out
+1-1Lines 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 the currect CTE when there are
1908+
-- Ensure that we inline the correct 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

Copy file name to clipboardExpand all lines: src/test/regress/sql/subselect.sql
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -958,7 +958,7 @@ explain (verbose, costs off)
958958
with x as materialized (select * from int4_tbl)
959959
select * from (with y as (select * from x) select * from y) ss;
960960

961-
-- Ensure that we inline the currect CTE when there are
961+
-- Ensure that we inline the correct CTE when there are
962962
-- multiple CTEs with the same name
963963
explain (verbose, costs off)
964964
with x as (select 1 as y)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.