pgsql: Add _outTidRangePath()

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add _outTidRangePath()
Date: 2021-06-07 19:37:57
Message-ID: E1lqL4P-0003tp-An@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add _outTidRangePath()

We have outNode() coverage for all path nodes, but this one was
missed when it was added.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3bb309be7533e153d86390642e8a2d054bbe82c8

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

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2021-06-07 23:11:53 Re: pgsql: Support parallel btree index builds.
Previous Message Tom Lane 2021-06-07 18:53:44 pgsql: Stabilize contrib/seg regression test.