Skip to content

Commit 26a26af

Browse files
committed
Fix PostGIS texts
1 parent af19590 commit 26a26af

File tree

10 files changed

+760
-840
lines changed

10 files changed

+760
-840
lines changed

expected/13.15/gis_ok/auto_import.out

Lines changed: 148 additions & 164 deletions
Large diffs are not rendered by default.

expected/13.15/gis_ok/type.out

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -289,10 +289,10 @@ INSERT INTO type_JSON(col) VALUES ('[1, 2, "foo", null]');
289289
INSERT INTO type_JSON(col) VALUES ('{"bar": "baz", "balance": 7.77, "active": false}'::json);
290290
--Testcase 56
291291
SELECT * FROM type_JSON;
292-
col
293-
---------------------------------------------
294-
[1,2,"foo",null]
295-
{"bar":"baz","balance":7.77,"active":false}
292+
col
293+
--------------------------------------------------
294+
[1, 2, "foo", null]
295+
{"bar": "baz", "balance": 7.77, "active": false}
296296
(2 rows)
297297

298298
--Testcase 57

expected/14.12/gis_ok/auto_import.out

Lines changed: 148 additions & 164 deletions
Large diffs are not rendered by default.

expected/14.12/gis_ok/type.out

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -289,10 +289,10 @@ INSERT INTO type_JSON(col) VALUES ('[1, 2, "foo", null]');
289289
INSERT INTO type_JSON(col) VALUES ('{"bar": "baz", "balance": 7.77, "active": false}'::json);
290290
--Testcase 56
291291
SELECT * FROM type_JSON;
292-
col
293-
---------------------------------------------
294-
[1,2,"foo",null]
295-
{"bar":"baz","balance":7.77,"active":false}
292+
col
293+
--------------------------------------------------
294+
[1, 2, "foo", null]
295+
{"bar": "baz", "balance": 7.77, "active": false}
296296
(2 rows)
297297

298298
--Testcase 57

expected/15.7/gis_ok/auto_import.out

Lines changed: 148 additions & 164 deletions
Large diffs are not rendered by default.

expected/15.7/gis_ok/type.out

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -289,10 +289,10 @@ INSERT INTO type_JSON(col) VALUES ('[1, 2, "foo", null]');
289289
INSERT INTO type_JSON(col) VALUES ('{"bar": "baz", "balance": 7.77, "active": false}'::json);
290290
--Testcase 56
291291
SELECT * FROM type_JSON;
292-
col
293-
---------------------------------------------
294-
[1,2,"foo",null]
295-
{"bar":"baz","balance":7.77,"active":false}
292+
col
293+
--------------------------------------------------
294+
[1, 2, "foo", null]
295+
{"bar": "baz", "balance": 7.77, "active": false}
296296
(2 rows)
297297

298298
--Testcase 57

expected/16.3/gis_ok/auto_import.out

Lines changed: 148 additions & 164 deletions
Large diffs are not rendered by default.

expected/16.3/gis_ok/type.out

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -289,10 +289,10 @@ INSERT INTO type_JSON(col) VALUES ('[1, 2, "foo", null]');
289289
INSERT INTO type_JSON(col) VALUES ('{"bar": "baz", "balance": 7.77, "active": false}'::json);
290290
--Testcase 56
291291
SELECT * FROM type_JSON;
292-
col
293-
---------------------------------------------
294-
[1,2,"foo",null]
295-
{"bar":"baz","balance":7.77,"active":false}
292+
col
293+
--------------------------------------------------
294+
[1, 2, "foo", null]
295+
{"bar": "baz", "balance": 7.77, "active": false}
296296
(2 rows)
297297

298298
--Testcase 57

expected/17.0/gis_ok/auto_import.out

Lines changed: 148 additions & 164 deletions
Large diffs are not rendered by default.

expected/17.0/gis_ok/type.out

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -289,10 +289,10 @@ INSERT INTO type_JSON(col) VALUES ('[1, 2, "foo", null]');
289289
INSERT INTO type_JSON(col) VALUES ('{"bar": "baz", "balance": 7.77, "active": false}'::json);
290290
--Testcase 56
291291
SELECT * FROM type_JSON;
292-
col
293-
---------------------------------------------
294-
[1,2,"foo",null]
295-
{"bar":"baz","balance":7.77,"active":false}
292+
col
293+
--------------------------------------------------
294+
[1, 2, "foo", null]
295+
{"bar": "baz", "balance": 7.77, "active": false}
296296
(2 rows)
297297

298298
--Testcase 57

0 commit comments

Comments
 (0)