An error occurred while fetching folder content.
Select Git revision
executor
-
-
- Open in your IDE
- Download source code
- Download this directory
Tom Lane
authored
'NOT (x IN (subselect))', that is 'NOT (x = ANY (subselect))', rather than 'x <> ALL (subselect)' as we formerly did. This opens the door to optimizing NOT IN the same way as IN, whereas there's no hope of optimizing the expression using <>. Also, convert 'x <> ALL (subselect)' to the NOT(IN) style, so that the optimization will be available when processing rules dumped by older Postgres versions. initdb forced due to small change in SubLink node representation.
Name | Last commit | Last update |
---|---|---|
.. |