1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-28 05:21:27 +03:00

Fix whitespace

This commit is contained in:
Peter Eisentraut 2024-10-17 08:42:58 +02:00
parent c06a4746b1
commit e90d108823
2 changed files with 1 additions and 2 deletions

View File

@ -2711,7 +2711,6 @@ SELECT * FROM tgt;
(0 rows)
DROP TABLE src, tgt;
--
-- test for bug #18634 (wrong varnullingrels error)
--

View 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)
--