pgsql: Add missing support for new node fields

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add missing support for new node fields
Date: 2017-03-21 01:58:11
Message-ID: E1cq93r-0004ey-Mp@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Add missing support for new node fields

Commit b6fb534f added two new node fields but neglected to add copy and
comparison support for them, Mea culpa, should have checked for that.

per buildfarm animals with -DCOPY_PARSE_PLAN_TREES

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8bc40533d61da972df63c0960965044dc485b147

Modified Files
--------------
src/backend/nodes/copyfuncs.c | 2 ++
src/backend/nodes/equalfuncs.c | 2 ++
2 files changed, 4 insertions(+)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2017-03-21 02:22:20 pgsql: doc: adjust 'Infinity' example to include minus
Previous Message Andrew Dunstan 2017-03-21 01:36:13 Re: pgsql: Add IF NOT EXISTS for CREATE SERVER and CREATE USER MAPPING

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2017-03-21 02:03:02 Re: [PATCH] few fts functions for jsonb
Previous Message Craig Ringer 2017-03-21 01:05:26 Re: Logical decoding on standby