fix merge conflicts in readfuncs.c and outfuncs.c
authorTomas Vondra <[email protected]>
Mon, 7 Nov 2016 20:31:46 +0000 (21:31 +0100)
committerTomas Vondra <[email protected]>
Mon, 7 Nov 2016 20:31:46 +0000 (21:31 +0100)
commit922dedc905a5a43da4c80d792e70c9871f2f6fde
treea9a1878315463147186dd109180c876a6f4279ea
parentada0ae82c2a62ec5ab29dabb1968a35cdfde795b
fix merge conflicts in readfuncs.c and outfuncs.c

There's a lot of overlap with new nodes for parallel query, so
hopefully this was merged correctly. Also, a lot of differences
w.r.t. upstream are due to portable_input all over the code, but
that could easily be minimized by moving the check into the
macros at the beginning (as we only need to do that for OIDs).
src/backend/nodes/outfuncs.c
src/backend/nodes/readfuncs.c