omniosorg / omnios-extra

Packages for OmniOS extra
https://omnios.org
Other
27 stars 58 forks source link

Add postgresql 16 #1339

Closed mvwieringen closed 1 year ago

mvwieringen commented 1 year ago

This mostly works I only have one problem and that is that the RPATH is missing /opt/ooce/lib/amd64 and as such is not finding the icu shared libs. If I fix the RPATH and add the path I can run initdb and start a database. I also added the extensions but have not build them yet and citus might not have support for pgsql16 given it was released yesterday. I can drop the extensions build for now and we can add that the next time some extension gets updated.