pgsql: Add readfuncs.c support for AppendRelInfo. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Add readfuncs.c support for AppendRelInfo.
Date
Msg-id E1ifC1k-0002Kt-Ib@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/591d404b9cd2c562bfe7fe60d76988d49b5ba2b1

Modified Files
--------------
src/backend/nodes/readfuncs.c | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Remove unstable test case added in commit 5935917ce.
Next
From: Etsuro Fujita
Date:
Subject: pgsql: Remove extra parenthesis from comment.