pgsql: Reconcile nodes/*funcs.c with recent work.

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Reconcile nodes/*funcs.c with recent work.
Date: 2015-08-06 00:52:47
Message-ID: E1ZN9QN-0005oe-BD@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Reconcile nodes/*funcs.c with recent work.

A few of the discrepancies had semantic significance, but I did not
track down the resulting user-visible bugs, if any. Back-patch to 9.5,
where all but one discrepancy appeared. The _equalCreateEventTrigStmt()
situation dates to 9.3 but does not affect semantics.

catversion bump due to readfuncs.c field order changes.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/b8fe12a83622b350dc6849f8bb933bd8a86c1424

Modified Files
--------------
src/backend/nodes/copyfuncs.c | 5 +++--
src/backend/nodes/equalfuncs.c | 6 +++---
src/backend/nodes/outfuncs.c | 8 +++++---
src/backend/nodes/readfuncs.c | 4 ++--
src/include/catalog/catversion.h | 2 +-
5 files changed, 14 insertions(+), 11 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2015-08-06 03:03:55 pgsql: docs: HTML-escape '>' in '=>' using HTML entities
Previous Message Andrew Dunstan 2015-08-05 20:25:44 pgsql: Allow pg_rewind tap tests to run with older File::Path versions