osm-search / Nominatim

Open Source search based on OpenStreetMap data
https://nominatim.org
GNU General Public License v3.0
2.99k stars 701 forks source link

Fix compilation of legacy module for PostgreSQL 16 #3358

Closed lonvia closed 4 months ago

lonvia commented 4 months ago

The macros used in the PostgreSQL transliteration module for the legacy tokenizer require an additional include file in PostgresSQL 16. This adds the include and adds a test for PG16 to the CI.

If you still depend on the legacy tokenizer, please consider a reimport of your database with the standard ICU tokenizer. The legacy tokenizer is deprecated and will be removed in Nominatim 5 by the end of the year.