Changes between Version 21 and Version 22 of PostGIS3
- Timestamp:
- 05/10/19 14:28:59 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PostGIS3
v21 v22 21 21 * Implies indirection in coordinate access again: smaller, more efficient must be balanced against direct access to coordinates 22 22 23 * Some major GEOS surgery to allow memory management by palloc? 24 * Some major GEOS surgery to build coordinateSequence directly on top of PostGIS pointlists? 25 23 26 24 27 == Ideas … … 26 29 * Require installation in a 'postgis' schema, always and for ever **HOLD OFF not as important as it used to be now that its not movable** 27 30 28 29 * Some major GEOS surgery to allow memory management by palloc?30 * Some major GEOS surgery to build coordinateSequence directly on top of PostGIS pointlists?31 31 * Have some strategy for storing and tracking coordinate precision 32 32 * Allow storage of non-double coordinates (integers, single-precision, exact, timestamp)