pgsql: Mark Scan as an abstract node type, too.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Mark Scan as an abstract node type, too.
Date: 2022-07-09 17:58:23
Message-ID: E1oAEij-001zRO-RW@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Mark Scan as an abstract node type, too.

On further review, this one is never instantiated either.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8c73c11a0d39049de2c1f400d8765a0eb21f5228

Modified Files
--------------
src/include/nodes/plannodes.h | 4 ++++
src/test/modules/test_oat_hooks/test_oat_hooks.c | 3 ---
2 files changed, 4 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-07-09 19:15:14 pgsql: Make assorted quality-of-life improvements in gen_node_support.p
Previous Message Tom Lane 2022-07-09 17:36:33 pgsql: Mark PlanState as an abstract node type.