Tweak OpernameGetCandidates() to reduce palloc overhead --- profiling
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 29 Dec 2003 21:33:09 +0000 (21:33 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 29 Dec 2003 21:33:09 +0000 (21:33 +0000)
commit07f9f4d41352ff8cd45ba04ebb8b36764fed65df
tree0eba40d1a5a12db519e37cd43c9706b2eb56df40
parent21b3c0e0ec134eeb1d952e004d992380e8280727
Tweak OpernameGetCandidates() to reduce palloc overhead --- profiling
showed that for common operator names such as '=', the pallocs done by
this routine occupied a surprisingly large fraction of the total time
for the parser to process an operator.
src/backend/catalog/namespace.c