This started with the intention to run the tests under Postgresql 9.5 and 10 using Postgis 2.4. For that I've:
Modified travis to install the required packages.
Modified CDB_GreatCircle tests to match the output from Postgis 2.4 (I'm pretty sure it's the same for 2.5 and current 3.0).
Fixed a bug in _cdb_estimated_extent to match the behaviour of ST_EstimatedExtent, it used to throw an error but now (1.5.4) it returns NULL.
Modified CDB_OverviewsTest to run analyze before testing overviews so I remove the possibility of getting random messages (WARNING: stats for "base_t.the_geom_webmercator" do not exist) depending on whether autovacuum has run or not.
This started with the intention to run the tests under Postgresql 9.5 and 10 using Postgis 2.4. For that I've:
ST_EstimatedExtent
, it used to throw an error but now (1.5.4) it returns NULL.WARNING: stats for "base_t.the_geom_webmercator" do not exist
) depending on whether autovacuum has run or not.@jgoizueta Can you have a look please?