forked from hans/Nominatim
When using an explicit cast to char(1) when refering to the osm_type column postgres won't use the index in some cases. Observed only on postgres 9.5 from the original Postgres reporsitories. Fixes #741.
When using an explicit cast to char(1) when refering to the osm_type column postgres won't use the index in some cases. Observed only on postgres 9.5 from the original Postgres reporsitories. Fixes #741.