aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/array_userfuncs.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2014-11-21 18:21:46 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2014-11-21 18:21:46 -0500
commit447770404cce5ce86174fa4809784c4e5d0a0a76 (patch)
tree286179c879751edbebffd9fe314c6878a0559edb /src/backend/utils/adt/array_userfuncs.c
parentc2ea2285e978d9289084846a3343cef7d261d880 (diff)
downloadpostgresql-447770404cce5ce86174fa4809784c4e5d0a0a76.tar.gz
postgresql-447770404cce5ce86174fa4809784c4e5d0a0a76.zip
Rearrange CustomScan API.
Make it work more like FDW plans do: instead of assuming that there are expressions in a CustomScan plan node that the core code doesn't know about, insist that all subexpressions that need planner attention be in a "custom_exprs" list in the Plan representation. (Of course, the custom plugin can break the list apart again at executor initialization.) This lets us revert the parts of the patch that exposed setrefs.c and subselect.c processing to the outside world. Also revert the GetSpecialCustomVar stuff in ruleutils.c; that concept may work in future, but it's far from fully baked right now.
Diffstat (limited to 'src/backend/utils/adt/array_userfuncs.c')
0 files changed, 0 insertions, 0 deletions