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

Commit32ab99b

Browse files
committed
Fix hidden whitespace differences between expected and result files.
1 parent8442a92 commit32ab99b

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

‎src/test/regress/expected/create_view.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ ERROR: cannot change number of columns in view
5252
-- should fail
5353
CREATE OR REPLACE VIEW viewtest AS
5454
SELECT a, b::numeric FROM viewtest_tbl;
55-
ERROR: cannot changedatatype of view column "b"
55+
ERROR: cannot changedata type of view column "b"
5656
DROP VIEW viewtest;
5757
DROP TABLE viewtest_tbl;

‎src/test/regress/expected/geometry.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ SELECT '' AS one, p1.f1
105105
SELECT '' AS count, p.f1, l.s, l.s # p.f1 AS intersection
106106
FROM LSEG_TBL l, POINT_TBL p;
107107
ERROR: operator does not exist: lseg # point
108-
HINT: No operator matches the given name and argument type(s). You may need to add explicittypecasts.
108+
HINT: No operator matches the given name and argument type(s). You may need to add explicittype casts.
109109
-- closest point
110110
SELECT '' AS thirty, p.f1, l.s, p.f1 ## l.s AS closest
111111
FROM LSEG_TBL l, POINT_TBL p;

‎src/test/regress/expected/geometry_1.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ SELECT '' AS one, p1.f1
105105
SELECT '' AS count, p.f1, l.s, l.s # p.f1 AS intersection
106106
FROM LSEG_TBL l, POINT_TBL p;
107107
ERROR: operator does not exist: lseg # point
108-
HINT: No operator matches the given name and argument type(s). You may need to add explicittypecasts.
108+
HINT: No operator matches the given name and argument type(s). You may need to add explicittype casts.
109109
-- closest point
110110
SELECT '' AS thirty, p.f1, l.s, p.f1 ## l.s AS closest
111111
FROM LSEG_TBL l, POINT_TBL p;

‎src/test/regress/expected/stats.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
--
77
-- conditio sine qua non
88
SHOW stats_start_collector; -- must be on
9-
stats_start_collector
9+
stats_start_collector
1010
-----------------------
1111
on
1212
(1 row)

‎src/test/regress/expected/time.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ SELECT f1 AS "Eight" FROM TIME_TBL WHERE f1 >= '00:00';
7070
-- where we do mixed-type arithmetic. - thomas 2000-12-02
7171
SELECT f1 + time '00:01' AS "Illegal" FROM TIME_TBL;
7272
ERROR: operator is not unique: time without time zone + time without time zone
73-
HINT: Could not choose a best candidate operator. You may need to add explicittypecasts.
73+
HINT: Could not choose a best candidate operator. You may need to add explicittype casts.

‎src/test/regress/expected/timetz.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ SELECT f1 AS "Ten" FROM TIMETZ_TBL WHERE f1 >= '00:00-07';
7777
-- where we do mixed-type arithmetic. - thomas 2000-12-02
7878
SELECT f1 + time with time zone '00:01' AS "Illegal" FROM TIMETZ_TBL;
7979
ERROR: operator does not exist: time with time zone + time with time zone
80-
HINT: No operator matches the given name and argument type(s). You may need to add explicittypecasts.
80+
HINT: No operator matches the given name and argument type(s). You may need to add explicittype casts.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp