<div dir="ltr">Dear Wendell<br><br>> Would it be possible to tag the 'develop' branch of the MobilityDB repo with a different tag?<br><br>Many thanks for pointing out this issue! It has been solved in the latest commit.<br><a href="https://github.com/MobilityDB/MobilityDB/commit/7e950c3cb08f4e84b03f6c7059dc5a08ba44672f" target="_blank">https://github.com/MobilityDB/MobilityDB/commit/7e950c3cb08f4e84b03f6c7059dc5a08ba44672f</a><br><br>test=# \dx<br>                                  List of installed extensions<br>    Name    | Version |   Schema   |                        Description<br>------------+---------+------------+------------------------------------------------------------<br> mobilitydb | 1.1.0   | public     | MobilityDB Extension<br> plpgsql    | 1.0     | pg_catalog | PL/pgSQL procedural language<br> postgis    | 3.2.1   | public     | PostGIS geometry and geography spatial types and functions<br>(3 rows)<div><br>Please notice that this is the first commit that separates the codebase between</div><div>* generic mobility code for the future MEOS library (in directory /meos), and </div><div>* PostgreSQL specific code for MobilityDB (in directory /mobilitydb).</div><div><br></div><div>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.</div><div><br></div><div>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.</div><div><br></div><div>Regards</div><div><br></div><div>Esteban</div><div><br></div></div>