OSDN Git Service

Tighten inline_function's test for overly complex parameters. This
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 3 Aug 2003 23:46:37 +0000 (23:46 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 3 Aug 2003 23:46:37 +0000 (23:46 +0000)
commit455a55fc291b75d0ec955909f8b44d100c751cca
tree53fec21ac20fabc2311c88f8b424e62da18e2561
parentc1c7b338eebe986dfa50da8a99b804ccc4e85160
Tighten inline_function's test for overly complex parameters.  This
should catch most situations where repeated inlining blows up the
expression complexity unreasonably, as in Joe Conway's recent example.
src/backend/optimizer/util/clauses.c