PostGIS only supports PostgreSQL 15 even though PostgreSQL 16 is available

It seems that PostGIS 3.3.4 (which is the latest version I could find) requires PostgreSQL 15 but I'm using PostgreSQL 16 which is the latest version available via the package manager. Is there a plan to update it to use PostgreSQL 16?

Also on the same subject the PostgreSQL 16 package is only 16.0 but 16.1 has been out for some while now.
 
Port uses the default version, which is currently 15.


You can set DEFAULT_VERSIONS+= pgsql=16 and build from ports. Then everything will depend on Postgresql 16.

Also on the same subject the PostgreSQL 16 package is only 16.0 but 16.1 has been out for some while now.
It's 16.1 in latest, with the new 2024Q1 branch it should be 16.1 too. Packages will surely follow.
 
Port uses the default version, which is currently 15.


You can set DEFAULT_VERSIONS+= pgsql=16 and build from ports. Then everything will depend on Postgresql 16.


It's 16.1 in latest, with the new 2024Q1 branch it should be 16.1 too. Packages will surely follow.
Thank you!
 
Back
Top