postgresql/src/backend/optimizer/util
Robert Haas e26c539e9f Wrap calls to SearchSysCache and related functions using macros.
The purpose of this change is to eliminate the need for every caller
of SearchSysCache, SearchSysCacheCopy, SearchSysCacheExists,
GetSysCacheOid, and SearchSysCacheList to know the maximum number
of allowable keys for a syscache entry (currently 4).  This will
make it far easier to increase the maximum number of keys in a
future release should we choose to do so, and it makes the code
shorter, too.

Design and review by Tom Lane.
2010-02-14 18:42:19 +00:00
..
clauses.c Wrap calls to SearchSysCache and related functions using macros. 2010-02-14 18:42:19 +00:00
joininfo.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
Makefile Add a concept of "placeholder" variables to the planner. These are variables 2008-10-21 20:42:53 +00:00
pathnode.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
placeholder.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
plancat.c Support ALTER TABLESPACE name SET/RESET ( tablespace_options ). 2010-01-05 21:54:00 +00:00
predtest.c Wrap calls to SearchSysCache and related functions using macros. 2010-02-14 18:42:19 +00:00
relnode.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
restrictinfo.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
tlist.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
var.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00