mirror of
https://github.com/postgres/postgres.git
synced 2025-05-28 05:21:27 +03:00
Fix whitespace
This commit is contained in:
parent
c06a4746b1
commit
e90d108823
@ -2711,7 +2711,6 @@ SELECT * FROM tgt;
|
||||
(0 rows)
|
||||
|
||||
DROP TABLE src, tgt;
|
||||
|
||||
--
|
||||
-- test for bug #18634 (wrong varnullingrels error)
|
||||
--
|
||||
|
@ -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)
|
||||
--
|
||||
|
Loading…
x
Reference in New Issue
Block a user