CircleCI-Public / cimg-postgres

MIT License
8 stars 25 forks source link

Postgres 15 - pg_atoi removed #57

Closed exactlyaron closed 1 year ago

exactlyaron commented 1 year ago

Hello CircleCI team.

There's an issue with the latest 15.0-postgis image.

It contains postgis 3.1.4 which has pg_atoi

error: could not load library "/usr/lib/postgresql/15/lib/postgis-3.so": /usr/lib/postgresql/15/lib/postgis-3.so: undefined symbol: pg_atoi

This was removed in postgres 15

https://github.com/postgres/postgres/commit/73508475d69e90f98ebd9b7e1a5933a26a49c5e9 https://www.postgresql.org/message-id/flat/b239564c-cad0-b23e-c57e-166d883cb97d@enterprisedb.com

postgis 3.2.2 removes pg_atoi - Don't use pg_atoi (removed in PG15) (Laurenz Albe)