Skip to content
Snippets Groups Projects
Commit 62e29fe2 authored by Tom Lane's avatar Tom Lane
Browse files

Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist'

from Param nodes, per discussion a few days ago on pghackers.  Add new
expression node type FieldSelect that implements the functionality where
it's actually needed.  Clean up some other unused fields in Func nodes
as well.
NOTE: initdb forced due to change in stored expression trees for rules.
parent 8fc32374
No related branches found
No related tags found
No related merge requests found
Showing
with 294 additions and 407 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment