[postgis-devel] gserialized-v2
Sandro Santilli
strk at kbt.io
Sat Jun 22 09:31:47 PDT 2019
On Sat, Jun 22, 2019 at 08:37:48AM -0700, Paul Ramsey wrote:
> > 3. Use `UPDATE mytable SET geom = ST_Noop(geom)` to force all things to v2
>
> The minimal thing required to cause a re-write is
> deserialize/serialize, which is not *quite* a no-op.
Uhm... I'm pretty sure we did deserialize/serialize in ST_Noop, on
purpose. And we have (had?) ST_GeosNoop() to include geos
deserialization/serialization too (and ST_SfcgalNoop for same reason)...
> > Note my `make check` fails pretty early with
> > ../loader/Point ........ failed (dumper geog test: dumping loaded table: /tmp/pgis_reg/dumper.err)
>
> Make sure you have a completely clean build.
Yup, that fixed it.
--strk;
More information about the postgis-devel
mailing list