Re: Making CallContext and InlineCodeBlock less special-case-y

Peter Eisentraut <peter.eisentraut@enterprisedb.com>

From: Peter Eisentraut <peter.eisentraut@enterprisedb.com>
To: Tom Lane <tgl@sss.pgh.pa.us>, pgsql-hackers@lists.postgresql.org
Date: 2022-07-11T13:59:21Z
Lists: pgsql-hackers
On 10.07.22 01:50, Tom Lane wrote:
> As committed, gen_node_support.pl excludes CallContext and InlineCodeBlock
> from getting unneeded support functions via some very ad-hoc code.

Couldn't we just enable those support functions?  I think they were just 
excluded because they didn't have any before and nobody bothered to make 
any.




Commits

  1. Invent nodetag_only attribute for Nodes.