Skip to content

Commit 988dec0

Browse files
committed
Fix some issues with missing or too many newlines at
end of file.
1 parent e00ee88 commit 988dec0

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

src/test/regress/expected/join_1.out

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2183,3 +2183,4 @@ SELECT * FROM t3;
21832183
x | y
21842184
---+---
21852185
(0 rows)
2186+

src/test/regress/sql/alter_table.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -991,4 +991,4 @@ create function non_strict(text) returns text as
991991
language sql called on null input;
992992
select non_strict(NULL);
993993
alter function non_strict(text) returns null on null input;
994-
select non_strict(NULL);
994+
select non_strict(NULL);

src/test/regress/sql/join.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,4 +372,4 @@ SELECT * FROM t3;
372372
DELETE FROM t3 USING t1 JOIN t2 USING (a) WHERE t3.x > t1.a;
373373
SELECT * FROM t3;
374374
DELETE FROM t3 USING t3 t3_other WHERE t3.x = t3_other.x AND t3.y = t3_other.y;
375-
SELECT * FROM t3;
375+
SELECT * FROM t3;

src/test/regress/sql/update.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ UPDATE update_test SET a = DEFAULT, b = DEFAULT;
1616

1717
SELECT * FROM update_test;
1818

19-
DROP TABLE update_test;
19+
DROP TABLE update_test;

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy