Nominatim icon indicating copy to clipboard operation
Nominatim copied to clipboard

Solve cast error when building nominatim with pg module

Open williancolognesitrimble opened this issue 1 year ago • 2 comments

williancolognesitrimble avatar Dec 29 '23 15:12 williancolognesitrimble

@williancolognesitrimble Just to clarify, this is an error you saw with postgresql 16? We test against version s9.6, 13 and 15 currently. It's possible you're the first user who tried version 16.

mtmail avatar Dec 30 '23 21:12 mtmail

@williancolognesitrimble Just to clarify, this is an error you saw with postgresql 16? We test against version s9.6, 13 and 15 currently. It's possible you're the first user who tried version 16.

Not sure if the problem is specific with postgres 16, the problem is that the postgres module was not compiling due to syntax error.

williancolognesitrimble avatar Jan 02 '24 12:01 williancolognesitrimble

Confirmed that this is a new error for PostgreSQL 16, however the fix is the wrong one. Postgresql 16 requires a new include "varatt.h".

lonvia avatar Mar 05 '24 14:03 lonvia