Reconcile nodes/*funcs.c with PostgreSQL 10 work.
Noah Misch <noah@leadboat.com>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/nodes/copyfuncs.c | modified | +3 −3 |
| src/backend/nodes/equalfuncs.c | modified | +6 −8 |
| src/backend/nodes/outfuncs.c | modified | +1 −1 |
| src/backend/nodes/readfuncs.c | modified | +1 −1 |
| src/include/catalog/catversion.h | modified | +1 −1 |