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

Commit3f11971

Browse files
committed
Remove extra newlines at end and beginning of files, add missing newlines
at end of files.
1 parentd37781f commit3f11971

File tree

156 files changed

+55
-226
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

156 files changed

+55
-226
lines changed

‎README‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,3 @@ instructions.
2626
The latest version of this software may be obtained at
2727
http://www.postgresql.org/download/. For more information look at our
2828
web site located at http://www.postgresql.org/.
29-

‎config/c-compiler.m4‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Macros to detect C compiler features
2-
# $PostgreSQL: pgsql/config/c-compiler.m4,v 1.22 2010/05/25 17:28:20 meskes Exp $
2+
# $PostgreSQL: pgsql/config/c-compiler.m4,v 1.23 2010/08/19 05:57:33 petere Exp $
33

44

55
# PGAC_C_SIGNED
@@ -155,4 +155,3 @@ AC_RUN_IFELSE([AC_LANG_PROGRAM([extern void $2 (); void (*fptr) () = $2;],[])],
155155
[LDFLAGS="$pgac_save_LDFLAGS"
156156
AC_MSG_RESULT(assumingno)])
157157
])# PGAC_PROG_CC_LDFLAGS_OPT
158-

‎contrib/btree_gist/sql/cidr.sql‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,3 @@ SELECT count(*) FROM cidrtmp WHERE a = '121.111.63.82'::cidr;
2828
SELECTcount(*)FROM cidrtmpWHERE a>='121.111.63.82'::cidr;
2929

3030
SELECTcount(*)FROM cidrtmpWHERE a>'121.111.63.82'::cidr;
31-

‎contrib/btree_gist/sql/date.sql‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,3 @@ SELECT count(*) FROM datetmp WHERE a = '2001-02-13'::date;
2929
SELECTcount(*)FROM datetmpWHERE a>='2001-02-13'::date;
3030

3131
SELECTcount(*)FROM datetmpWHERE a>'2001-02-13'::date;
32-

‎contrib/btree_gist/sql/inet.sql‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,3 @@ SELECT count(*) FROM inettmp WHERE a = '89.225.196.191'::inet;
2929
SELECTcount(*)FROM inettmpWHERE a>='89.225.196.191'::inet;
3030

3131
SELECTcount(*)FROM inettmpWHERE a>'89.225.196.191'::inet;
32-

‎contrib/btree_gist/sql/int2.sql‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,3 @@ SELECT count(*) FROM int2tmp WHERE a = 237::int2;
2929
SELECTcount(*)FROM int2tmpWHERE a>=237::int2;
3030

3131
SELECTcount(*)FROM int2tmpWHERE a>237::int2;
32-

‎contrib/btree_gist/sql/int4.sql‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,3 @@ SELECT count(*) FROM int4tmp WHERE a = 237::int4;
2929
SELECTcount(*)FROM int4tmpWHERE a>=237::int4;
3030

3131
SELECTcount(*)FROM int4tmpWHERE a>237::int4;
32-

‎contrib/btree_gist/sql/int8.sql‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,3 @@ SELECT count(*) FROM int8tmp WHERE a = 464571291354841::int8;
2929
SELECTcount(*)FROM int8tmpWHERE a>=464571291354841::int8;
3030

3131
SELECTcount(*)FROM int8tmpWHERE a>464571291354841::int8;
32-

‎contrib/btree_gist/sql/interval.sql‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,3 @@ SELECT count(*) FROM intervaltmp WHERE a = '199 days 21:21:23'::interval;
2929
SELECTcount(*)FROM intervaltmpWHERE a>='199 days 21:21:23'::interval;
3030

3131
SELECTcount(*)FROM intervaltmpWHERE a>'199 days 21:21:23'::interval;
32-

‎contrib/btree_gist/sql/macaddr.sql‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,3 @@ SELECT count(*) FROM macaddrtmp WHERE a = '22:00:5c:e5:9b:0d'::macaddr;
2929
SELECTcount(*)FROM macaddrtmpWHERE a>='22:00:5c:e5:9b:0d'::macaddr;
3030

3131
SELECTcount(*)FROM macaddrtmpWHERE a>'22:00:5c:e5:9b:0d'::macaddr;
32-

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp