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

Commit8c88d21

Browse files
author
Etsuro Fujita
committed
Fix typo in regression test comment.
1 parent1c99acc commit8c88d21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1897,7 +1897,7 @@ SELECT t1.a, t1.c, t2.b, t2.c FROM prt1_n t1 JOIN prt2_n t2 ON (t1.c = t2.c) JOI
18971897
(16 rows)
18981898

18991899
-- partitionwise join can not be applied for a join between list and range
1900-
-- partitionedtable
1900+
-- partitionedtables
19011901
EXPLAIN (COSTS OFF)
19021902
SELECT t1.a, t1.c, t2.b, t2.c FROM prt1_n t1 FULL JOIN prt1 t2 ON (t1.c = t2.c);
19031903
QUERY PLAN

‎src/test/regress/sql/partition_join.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,6 @@ EXPLAIN (COSTS OFF)
402402
SELECTt1.a,t1.c,t2.b,t2.cFROM prt1_n t1JOIN prt2_n t2ON (t1.c=t2.c)JOIN plt1 t3ON (t1.c=t3.c);
403403

404404
-- partitionwise join can not be applied for a join between list and range
405-
-- partitionedtable
405+
-- partitionedtables
406406
EXPLAIN (COSTS OFF)
407407
SELECTt1.a,t1.c,t2.b,t2.cFROM prt1_n t1 FULLJOIN prt1 t2ON (t1.c=t2.c);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp