diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2007-11-22 19:09:23 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2007-11-22 19:09:23 +0000 |
commit | 6342f36d87522a3ee2b41f0abf9f7b13dfca2619 (patch) | |
tree | 93700479b92d4cf6b383ef3b131582c0761fd40c /src/backend/parser/parse_oper.c | |
parent | b85cf684f76f7535407669438b406dd61542e8f0 (diff) | |
download | postgresql-6342f36d87522a3ee2b41f0abf9f7b13dfca2619.tar.gz postgresql-6342f36d87522a3ee2b41f0abf9f7b13dfca2619.zip |
Save one syscache lookup when examining volatility or strictness of
OpExpr and related nodes. We're going to have to set the opfuncid of
such nodes eventually (if we haven't already), so we might as well
exploit the opportunity to cache the function OID. Buys back some
of the extra planner overhead noted by Guillaume Smet, though I still
need to fool with equivclass.c to really respond to that.
Diffstat (limited to 'src/backend/parser/parse_oper.c')
0 files changed, 0 insertions, 0 deletions