Fix various infelicities in node functions.
Robert Haas <rhaas@postgresql.org>
Fix various infelicities in node functions. Mostly, this consists of adding support for fields which exist in the structure but aren't handled by copy/equal/outfuncs; but the create foreign table case can actually produce garbage output. Noah Misch
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/nodes/copyfuncs.c | modified | +2 −0 |
| src/backend/nodes/equalfuncs.c | modified | +3 −0 |
| src/backend/nodes/outfuncs.c | modified | +14 −5 |