Skip to content

fix: build PostGIS from the stable-3.6 branch#128

Open
NiccoloFei wants to merge 1 commit intomainfrom
dev/pin-postgis
Open

fix: build PostGIS from the stable-3.6 branch#128
NiccoloFei wants to merge 1 commit intomainfrom
dev/pin-postgis

Conversation

@NiccoloFei
Copy link
Contributor

@NiccoloFei NiccoloFei commented Mar 20, 2026

Build PostGIS using stable-3.6 instead of main.
The main branch has moved the address_standardizer extension into a separate https://github.com/postgis/address_standardizer repository.

When building address_standardizer from its new repository, the library is being created as address_standardizer.so , while in v18 packages the extension was called address_standardizer-3.so.

This makes pg_upgrade complain with:

could not load library "address_standardizer-3": ERROR: could not access file "address_standardizer-3": No such file or directory 
In database: app

As a workaround, pin PostGIS to stable-3.6 until we have a solution.

Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
@NiccoloFei
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant