Nominatim
Nominatim copied to clipboard
Solve cast error when building nominatim with pg module
@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.
@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.
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"
.