[COMMITTERS] pgsql: Reconcile nodes/*funcs.c with PostgreSQL 10 work. - Mailing list pgsql-committers

From Noah Misch
Subject [COMMITTERS] pgsql: Reconcile nodes/*funcs.c with PostgreSQL 10 work.
Date
Msg-id E1dLlXL-0003Vl-4M@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tatsuo Ishii
Date:
Subject: Re: [COMMITTERS] pgsql: Fix document bug regarding read onlytransactions.
Next
From: Heikki Linnakangas
Date:
Subject: [COMMITTERS] pgsql: Fix dependency,when changing a function's argument/return type.