Fix testing against PostgreSQL 9.0+.
git-svn-id: http://svn.osgeo.org/postgis/trunk@8500
b70326c6-7e19-0410-871a-
916f4a2858ee
-- #1344
-select '#1344', ST_AsEWKB(st_makeline(g)) FROM ( values ('POINT(0 0)'::geometry ) ) as foo(g);
+select '#1344', octet_length(ST_AsEWKB(st_makeline(g))) FROM ( values ('POINT(0 0)'::geometry ) ) as foo(g);
-- #1385
SELECT '#1385', ST_Extent(g) FROM ( select null::geometry as g ) as foo;
#1320.geog.3|MULTIPOLYGON|4326
#1320.geom.3|MULTIPOLYGON|4326
</#1320>
-#1344|\001\002\000\000\000\001\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
+#1344|25
#1385|