mirror of
https://github.com/postgres/postgres.git
synced 2026-03-01 21:01:12 -05:00
Fix whitespace
This commit is contained in:
parent
c06a4746b1
commit
e90d108823
2 changed files with 1 additions and 2 deletions
|
|
@ -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…
Reference in a new issue