[postgis-tickets] r14709 - Harmonize w/ header
Paul Ramsey
pramsey at cleverelephant.ca
Fri Feb 26 07:05:26 PST 2016
Author: pramsey
Date: 2016-02-26 07:05:26 -0800 (Fri, 26 Feb 2016)
New Revision: 14709
Modified:
trunk/liblwgeom/g_serialized.txt
Log:
Harmonize w/ header
Modified: trunk/liblwgeom/g_serialized.txt
===================================================================
--- trunk/liblwgeom/g_serialized.txt 2016-02-26 14:36:15 UTC (rev 14708)
+++ trunk/liblwgeom/g_serialized.txt 2016-02-26 15:05:26 UTC (rev 14709)
@@ -42,7 +42,7 @@
{
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;
More information about the postgis-tickets
mailing list