]> granicus.if.org Git - postgresql/commit
Don't generate 'zero' typeids in the output from gen_cross_product.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 25 Jun 2003 20:07:54 +0000 (20:07 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 25 Jun 2003 20:07:54 +0000 (20:07 +0000)
commit263b42f28918e3b1938cd50e3401ac34c25a1016
tree0192d692dfb615292f404a71c072af6103e20cab
parent612cbaf5ed7e4a50b45eb7efd4bae7302918eb24
Don't generate 'zero' typeids in the output from gen_cross_product.
This is no longer necessary or appropriate since we don't use zero typeid
as a wildcard anymore, and it fixes a nasty performance problem with
functions with many parameters.  Per recent example from Reuven Lerner.
src/backend/parser/parse_func.c