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