postgresql/src/backend/postmaster
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
..
Makefile Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
autovacuum.c Wrap calls to SearchSysCache and related functions using macros. 2010-02-14 18:42:19 +00:00
bgwriter.c Document that archive_timeout will force new WAL files even if a single 2010-02-05 23:37:43 +00:00
fork_process.c Add some simple support and documentation for using process-specific oom_adj 2010-01-11 18:39:32 +00:00
pgarch.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
pgstat.c Make checks for invalid pgStatSock use PGINVALID_SOCKET 2010-01-31 17:39:34 +00:00
postmaster.c Make standby server continuously retry restoring the next WAL segment with 2010-01-27 15:27:51 +00:00
syslogger.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
walwriter.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00