Skip to content

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

Merged
NiccoloFei merged 1 commit intomainfrom
dev/pin-postgis
Apr 24, 2026
Merged

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

Conversation

@NiccoloFei
Copy link
Copy Markdown
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 NiccoloFei merged commit 146cb20 into main Apr 24, 2026
7 of 8 checks passed
@NiccoloFei NiccoloFei deleted the dev/pin-postgis branch April 24, 2026 14:03
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.

2 participants