mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-23 19:39:53 +08:00
Fix typo in test comment
s/currect/correct/, accidentally introduced in 608b167f9f
.
This commit is contained in:
parent
91b0e85aa0
commit
1f9e3a9be5
@ -1905,7 +1905,7 @@ select * from (with y as (select * from x) select * from y) ss;
|
||||
Output: int4_tbl.f1
|
||||
(5 rows)
|
||||
|
||||
-- Ensure that we inline the currect CTE when there are
|
||||
-- Ensure that we inline the correct CTE when there are
|
||||
-- multiple CTEs with the same name
|
||||
explain (verbose, costs off)
|
||||
with x as (select 1 as y)
|
||||
|
@ -958,7 +958,7 @@ explain (verbose, costs off)
|
||||
with x as materialized (select * from int4_tbl)
|
||||
select * from (with y as (select * from x) select * from y) ss;
|
||||
|
||||
-- Ensure that we inline the currect CTE when there are
|
||||
-- Ensure that we inline the correct CTE when there are
|
||||
-- multiple CTEs with the same name
|
||||
explain (verbose, costs off)
|
||||
with x as (select 1 as y)
|
||||
|
Loading…
Reference in New Issue
Block a user