]> granicus.if.org Git - postgis/commitdiff
Harmonize w/ header
authorPaul Ramsey <pramsey@cleverelephant.ca>
Fri, 26 Feb 2016 15:05:26 +0000 (15:05 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Fri, 26 Feb 2016 15:05:26 +0000 (15:05 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@14709 b70326c6-7e19-0410-871a-916f4a2858ee

liblwgeom/g_serialized.txt

index db5ba02694a6356675cf45c134dae1149aae2c6f..5fcbb2f5e6892168ab987009b1a2c1fca7434769 100644 (file)
@@ -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;