Skip to content

Commit f33f8ce

Browse files
committed
With one tests in with.sql
1 parent 2cf08c6 commit f33f8ce

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/test/regress/expected/with.out

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2910,7 +2910,6 @@ SELECT q1 FROM
29102910
SELECT q1, (SELECT q2 FROM t_cte WHERE t_cte.q1 = i8.q1) AS t_sub
29112911
FROM int8_tbl i8
29122912
) ss;
2913-
<<<<<<< HEAD
29142913
QUERY PLAN
29152914
--------------------------------------------
29162915
Gather Motion 3:1 (slice1; segments: 3)
@@ -2921,15 +2920,6 @@ SELECT q1 FROM
29212920
Output: i8.q1, NULL::bigint
29222921
Optimizer: Postgres query optimizer
29232922
(7 rows)
2924-
=======
2925-
QUERY PLAN
2926-
--------------------------------------
2927-
Subquery Scan on ss
2928-
Output: ss.q1
2929-
-> Seq Scan on public.int8_tbl i8
2930-
Output: i8.q1, NULL::bigint
2931-
(4 rows)
2932-
>>>>>>> REL_16_9
29332923

29342924
SELECT q1 FROM
29352925
(

0 commit comments

Comments
 (0)