Skip to content

Commit e90d108

Browse files
committed
Fix whitespace
1 parent c06a474 commit e90d108

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/test/regress/expected/merge.out

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2711,7 +2711,6 @@ SELECT * FROM tgt;
27112711
(0 rows)
27122712

27132713
DROP TABLE src, tgt;
2714-
27152714
--
27162715
-- test for bug #18634 (wrong varnullingrels error)
27172716
--

src/test/regress/sql/merge.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1727,7 +1727,7 @@ MERGE INTO tgt USING src ON tgt.a IS NOT DISTINCT FROM src.a
17271727
SELECT * FROM tgt;
17281728

17291729
DROP TABLE src, tgt;
1730-
1730+
17311731
--
17321732
-- test for bug #18634 (wrong varnullingrels error)
17331733
--

0 commit comments

Comments
 (0)