pgsql: Reconcile nodes/*funcs.c with PostgreSQL 10 work.

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Reconcile nodes/*funcs.c with PostgreSQL 10 work.
Date: 2017-06-16 07:19:19
Message-ID: E1dLlXL-0003Vl-4M@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Reconcile nodes/*funcs.c with PostgreSQL 10 work.

The _equalTableFunc() omission of coltypmods has semantic significance,
but I did not track down resulting user-visible bugs, if any. The other
changes are cosmetic only, affecting order. catversion bump due to
readfuncs.c field order change.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/39ac55918fc31b9bf88185d28ebe7ddc58d01181

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

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2017-06-16 08:37:44 pgsql: Fix dependency, when changing a function's argument/return type.
Previous Message Tatsuo Ishii 2017-06-15 22:54:51 Re: pgsql: Fix document bug regarding read only transactions.