From: | Stephen Frost <sfrost(at)snowman(dot)net> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Do not write out WCOs in Query |
Date: | 2015-10-05 11:39:05 |
Message-ID: | E1Zj46j-00039l-Db@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
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.
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/4158cc3793fe0e074dcb58e91103344c8ffcd6df
Modified Files
--------------
src/backend/nodes/copyfuncs.c | 2 +-
src/backend/nodes/equalfuncs.c | 2 +-
src/backend/nodes/outfuncs.c | 1 -
src/backend/nodes/readfuncs.c | 1 -
src/include/catalog/catversion.h | 2 +-
src/include/nodes/parsenodes.h | 6 ++++--
6 files changed, 7 insertions(+), 7 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Stephen Frost | 2015-10-05 11:54:31 | Re: Rename withCheckOptions to insertedCheckClauses |
Previous Message | Andres Freund | 2015-10-05 10:04:15 | Re: [COMMITTERS] pgsql: Lower *_freeze_max_age minimum values. |