Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit988dec0

Browse files
committed
Fix some issues with missing or too many newlines at
end of file.
1 parente00ee88 commit988dec0

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 calledonnull input;
992992
select non_strict(NULL);
993993
alterfunction non_strict(text) returnsnullonnull 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
DELETEFROM t3 USING t1JOIN t2 USING (a)WHEREt3.x>t1.a;
373373
SELECT*FROM t3;
374374
DELETEFROM t3 USING t3 t3_otherWHEREt3.x=t3_other.xANDt3.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-
DROPTABLE update_test;
19+
DROPTABLE update_test;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp