Mghrabi commented on issue #1008:
URL: https://github.com/apache/age/issues/1008#issuecomment-1624933281
@jrgemignani (to make sure I understand this correctly), as you mentioned
according to PostgreSQL docs, it isn't recommended to have side effects like
erroring out with `true OR` which is always true, however, I'm currently using
PG14 and when running `SELECT true OR 1;` it does error out:
```
ERROR: argument of OR must be type boolean, not type integer
LINE 1: SELECT true OR 2
^
```
has this something to do with the issue here?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]