Обсуждение: [COMMITTERS] pgsql: Reconcile nodes/*funcs.c with PostgreSQL 10 work.

Поиск
Список
Период
Сортировка

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

От
Noah Misch
Дата:
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(-)