-
Notifications
You must be signed in to change notification settings - Fork 819
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Strange runtime error… #2886
Comments
Nope. I tested #2494 before merging with current database and it worked. |
Indeed this cannot be the result of a code change. The “unpaved” branch that I’m working with I haven’t changed since weeks. I’m sure it worked before, now it doesn’t anymore. So I think this has to do something with the setup, but I do not understand what… |
I missed this one. |
What do you mean? If it resolves your problem, just close the issue, otherwise please provide more details if possible. |
In the original description, I said
This statement was wrong. I missed the merged #2494 while searching for the last modification in the house-number/address query. So now I think that this issue is indeed triggered by #2494 The question is: Why does it work fine on some setups but triggers a bug on others? I have
|
Apparently your postgres instance thinks that 'addr:unit' is a boolean? @pnorman any idea? |
Weird, so apparently the operator precedence of -> and IN is not well-defined, or at least differs between versions. |
The change in behaviour from 9.5 is documented in the PostgreSQL documentation:
|
Strange runtime error…
I get this with current openstreetmap-carto master since last week in my local setup (and with every other, even older branch also). Removing the two occurences of
addr:unit
works around. However, theaddr:unit
part has not been changed since months, so that cannot be the problem. Seems to be rather a local problem. But I’m not aware of any change that I’ve made in my local setup. Doing a fresh re-install of Kosmtik did not help either. Re-installing the PostGre packages (openSUSE) didn’t help either.Any ideas?
The text was updated successfully, but these errors were encountered: