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

simplify_function() mustn't try to evaluate functions that return

composite types, because TupleTableSlots aren't Datums and can't be
stored in Const nodes.  We can remove this restriction if we ever
adopt a cleaner runtime representation for whole-tuple results, but
at the moment it's broken.  Per example from Thomas Hallgren.
parent 45842e6c
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment