pgsql: Add readfuncs.c support for AppendRelInfo.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add readfuncs.c support for AppendRelInfo.
Date: 2019-12-12 00:08:20
Message-ID: E1ifC1k-0002Kt-Ib@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Etsuro Fujita 2019-12-12 06:49:22 pgsql: Remove extra parenthesis from comment.
Previous Message Tom Lane 2019-12-11 23:54:03 pgsql: Remove unstable test case added in commit 5935917ce.