-
Notifications
You must be signed in to change notification settings - Fork 241
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
Remove Query state additions #1852
Comments
The |
I've also seen extensions "extend" structs like:
That might be simpler? In our code, we just assume that a |
That approach feels brittle to me within the context of the planner/analyzer, as it's at the mercy of the unverifiable assumption that the pointer is never This is really what the |
That makes sense to me! 9.6 also has some faster and lighter implementation of hash tables. |
Good lord, finally! |
I'll try and find that. I remember seeing in months ago. |
Not sure if this was it: https://www.postgresql.org/message-id/[email protected] |
Query->cqId
Query->isContinuous
Query->swStepFactor
Query->isCombineLookup
Query->isCombine
The text was updated successfully, but these errors were encountered: