[Mobilitydb-dev] version info in dx?
Esteban Zimanyi
estebanzimanyi at gmail.com
Mon Jul 18 06:19:58 PDT 2022
Dear Wendell
> Would it be possible to tag the 'develop' branch of the MobilityDB repo
with a different tag?
Many thanks for pointing out this issue! It has been solved in the latest
commit.
https://github.com/MobilityDB/MobilityDB/commit/7e950c3cb08f4e84b03f6c7059dc5a08ba44672f
test=# \dx
List of installed extensions
Name | Version | Schema | Description
------------+---------+------------+------------------------------------------------------------
mobilitydb | 1.1.0 | public | MobilityDB Extension
plpgsql | 1.0 | pg_catalog | PL/pgSQL procedural language
postgis | 3.2.1 | public | PostGIS geometry and geography spatial
types and functions
(3 rows)
Please notice that this is the first commit that separates the codebase
between
* generic mobility code for the future MEOS library (in directory /meos),
and
* PostgreSQL specific code for MobilityDB (in directory /mobilitydb).
The MobilityDB code has been heavily improved and tested, but the MEOS
library is NOT yet ready, this commit allows us to start working on it.
This implies that you need to drop and create the MobilityDB extension. We
are very sorry for this, but enabling MEOS required huge architectural
changes. Please let us know any issue you may have with the new version.
Regards
Esteban
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mobilitydb-dev/attachments/20220718/37e4ba22/attachment.htm>
More information about the Mobilitydb-dev
mailing list