pgsql: Do not write out WCOs in Query

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема pgsql: Do not write out WCOs in Query
Дата
Msg-id E1Zj46j-00039m-Dg@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/31fb4df69d1364c79cfab0a2bd4470d0c48e942e

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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Stephen Frost
Дата:
Сообщение: pgsql: Do not write out WCOs in Query
Следующее
От: Stephen Frost
Дата:
Сообщение: pgsql: Apply SELECT policies in INSERT/UPDATE+RETURNING