summaryrefslogtreecommitdiff
path: root/src/backend/executor
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2013-07-23 18:21:19 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2013-07-23 18:21:19 -0400
commit10a509d82956dee14eb2011bd266cd3c728ae188 (patch)
treec806c2fcb115030a5c025a11a3dbf0aeefebecf2 /src/backend/executor
parentef655663c5069231e054c3514c3ee9b15b8a4f13 (diff)
Move strip_implicit_coercions() from optimizer to nodeFuncs.c.
Use of this function has spread into the parser and rewriter, so it seems like time to pull it out of the optimizer and put it into the more central nodeFuncs module. This eliminates the need to #include optimizer/clauses.h in most of the calling files, demonstrating that this function was indeed a bit outside the normal code reference patterns.
Diffstat (limited to 'src/backend/executor')
0 files changed, 0 insertions, 0 deletions