]> granicus.if.org Git - postgresql/commit
Improve has_nullable_targetlist() to allow strict functions of simple
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 10 Jan 2004 18:13:53 +0000 (18:13 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 10 Jan 2004 18:13:53 +0000 (18:13 +0000)
commita43f4307f78bd80e88cdfb5f36ad59819c4b552e
tree165a62f6d559cee487cc876dd51784ab4601652b
parent47f8f3340950aeaf833338c75db2e64736bc3eca
Improve has_nullable_targetlist() to allow strict functions of simple
variables, not just simple variables.  This was foreseen in the original
coding of this routine, but not implemented until now.  Responds to
performance gripe from Laurent Perez.
src/backend/optimizer/prep/prepjointree.c
src/backend/optimizer/util/clauses.c