Use bigint in regress_lots_of_points* to make 32bit tuple alignment consistent with...
authorDarafei Praliaskouski <me@komzpa.net>
Tue, 16 Jan 2018 22:47:58 +0000 (22:47 +0000)
committerDarafei Praliaskouski <me@komzpa.net>
Tue, 16 Jan 2018 22:47:58 +0000 (22:47 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@16326 b70326c6-7e19-0410-871a-916f4a2858ee

regress/regress_lots_of_3dpoints.sql
regress/regress_lots_of_points.sql

index d99b2b9f1a3154db4cfcbe65e9a332e66fc0ff67..1402555d8d0b71a6ba800880ac19e5151b594c10 100644 (file)
@@ -1,6 +1,6 @@
 CREATE TABLE "test" (
-        "num" integer,
-        "the_geom" geometry
+       "num" bigint,
+       "the_geom" geometry
 );
 
 INSERT INTO test (num, the_geom)
index ee30196a1a69c5beb354610a2e74e3a05b78944e..c76377d3bad7e8517715e635e6e691d65a972055 100644 (file)
@@ -8,7 +8,7 @@
 --
 
 CREATE TABLE "test" (
-       "num" integer,
+       "num" bigint,
        "the_geom" geometry
 );
 
@@ -19,7 +19,7 @@ CREATE TABLE "test" (
 --
 
 
-COPY "test"  FROM stdin;
+COPY "test" FROM stdin;
 1      POINT(529.522339 509.260284)
 2      POINT(395.286469 439.218109)
 3      POINT(256.897461 933.949463)