Add readfuncs.c support for AppendRelInfo.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 12 Dec 2019 00:08:16 +0000 (19:08 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 12 Dec 2019 00:08:16 +0000 (19:08 -0500)
commit591d404b9cd2c562bfe7fe60d76988d49b5ba2b1
tree8e7b47537292df20db7d9d978b098296ccbf556b
parent776a2c887480977a4327108945364fb4d84a817f
Add readfuncs.c support for AppendRelInfo.

This is made necessary by the fact that commit 6ef77cf46 added
AppendRelInfos to plan trees.  I'd concluded that this extra code was
not necessary because we don't transmit that data to parallel workers
... but I forgot about -DWRITE_READ_PARSE_PLAN_TREES.  Per buildfarm.
src/backend/nodes/readfuncs.c