From: Paul Ramsey Date: Fri, 26 Feb 2016 15:05:26 +0000 (+0000) Subject: Harmonize w/ header X-Git-Tag: 2.3.0beta1~218 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3a68e2b774ff95e253a6405e161250c5c333576a;p=postgis Harmonize w/ header git-svn-id: http://svn.osgeo.org/postgis/trunk@14709 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/liblwgeom/g_serialized.txt b/liblwgeom/g_serialized.txt index db5ba0269..5fcbb2f5e 100644 --- a/liblwgeom/g_serialized.txt +++ b/liblwgeom/g_serialized.txt @@ -42,7 +42,7 @@ typedef struct { uint32 size; /* For PgSQL use, use VAR* macros to manipulate. */ uchar srid[3]; /* 21 bits of SRID (and 3 spare bits) */ - uchar flags; /* HasZ, HasM, HasBBox, IsGeodetic */ + uchar flags; /* Version, Validity, Solid, ReadOnly, IsGeodetic, HasZ, HasM, HasBBox */ uchar data[1]; /* See gserialized.txt */ } GSERIALIZED;