Do not write out WCOs in Query
Stephen Frost <sfrost@snowman.net>
Do not write out WCOs in Query The WithCheckOptions list in Query are only populated during rewrite and do not need to be written out or read in as part of a Query structure. Further, move WithCheckOptions to the bottom and add comments to clarify that it is only populated during rewrite. Back-patch to 9.5 with a catversion bump, as we are still in alpha.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/nodes/copyfuncs.c | modified | +1 −1 |
| src/backend/nodes/equalfuncs.c | modified | +1 −1 |
| src/backend/nodes/outfuncs.c | modified | +0 −1 |
| src/backend/nodes/readfuncs.c | modified | +0 −1 |
| src/include/catalog/catversion.h | modified | +1 −1 |
| src/include/nodes/parsenodes.h | modified | +4 −2 |