File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1905,7 +1905,7 @@ select * from (with y as (select * from x) select * from y) ss;
1905
1905
Output: int4_tbl.f1
1906
1906
(5 rows)
1907
1907
1908
- -- Ensure that we inline the currect CTE when there are
1908
+ -- Ensure that we inline the correct CTE when there are
1909
1909
-- multiple CTEs with the same name
1910
1910
explain (verbose, costs off)
1911
1911
with x as (select 1 as y)
Original file line number Diff line number Diff line change @@ -958,7 +958,7 @@ explain (verbose, costs off)
958
958
with x as materialized (select * from int4_tbl)
959
959
select * from (with y as (select * from x) select * from y) ss;
960
960
961
- -- Ensure that we inline the currect CTE when there are
961
+ -- Ensure that we inline the correct CTE when there are
962
962
-- multiple CTEs with the same name
963
963
explain (verbose, costs off)
964
964
with x as (select 1 as y)
You can’t perform that action at this time.
0 commit comments