Content-Length: 316763 | pFad | http://github.com/postgrespro/postgres/commit/a53dee43fe585e673658b01e7354892dcede957e
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cbb646 commit a53dee4Copy full SHA for a53dee4
src/test/regress/expected/line.out
@@ -6,7 +6,7 @@
6
CREATE TABLE LINE_TBL (s line);
7
INSERT INTO LINE_TBL VALUES ('{1,-1,1}');
8
INSERT INTO LINE_TBL VALUES ('(0,0),(6,6)');
9
-INSERT INTO LINE_TBL VALUES ('10,-10 ,-3,-4');
+INSERT INTO LINE_TBL VALUES ('10,-10 ,-5,-4');
10
INSERT INTO LINE_TBL VALUES ('[-1e6,2e2,3e5, -4e1]');
11
INSERT INTO LINE_TBL VALUES ('(11,22,33,44)');
12
INSERT INTO LINE_TBL VALUES ('[(1,0),(1,0)]');
@@ -43,7 +43,7 @@ select * from LINE_TBL;
43
---------------------------------------------
44
{1,-1,1}
45
{1,-1,0}
46
- {-0.461538461538462,-1,-5.38461538461538}
+ {-0.4,-1,-6}
47
{-0.000184615384615385,-1,15.3846153846154}
48
{1,-1,11}
49
{0,-1,3}
@@ -56,7 +56,7 @@ SELECT * FROM LINE_TBL WHERE (s <-> line '[(1,2),(3,4)]') < 10;
56
57
58
59
60
61
62
src/test/regress/sql/line.sql
@@ -8,7 +8,7 @@ CREATE TABLE LINE_TBL (s line);
13
14
Fetched URL: http://github.com/postgrespro/postgres/commit/a53dee43fe585e673658b01e7354892dcede957e
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments