Fix whitespace
authorPeter Eisentraut <[email protected]>
Thu, 17 Oct 2024 06:42:58 +0000 (08:42 +0200)
committerPeter Eisentraut <[email protected]>
Thu, 17 Oct 2024 06:43:08 +0000 (08:43 +0200)
src/test/regress/expected/merge.out
src/test/regress/sql/merge.sql

index c236f155c0818081ef2ce72e53979a2831ca1742..521d70a8919868098907bca4198a7ac9b89b538e 100644 (file)
@@ -2711,7 +2711,6 @@ SELECT * FROM tgt;
 (0 rows)
 
 DROP TABLE src, tgt;
 --
 -- test for bug #18634 (wrong varnullingrels error)
 --
index ce9981d70b1b86f9f2dfc69abf4601d86acd0e1f..5ddcca84f829268a06fe4ece76688419b13496f2 100644 (file)
@@ -1727,7 +1727,7 @@ MERGE INTO tgt USING src ON tgt.a IS NOT DISTINCT FROM src.a
 SELECT * FROM tgt;
 
 DROP TABLE src, tgt;
+
 --
 -- test for bug #18634 (wrong varnullingrels error)
 --