postgresql/src/backend/utils/cache
Robert Haas 814c8a03ba Further fixes for per-tablespace options patch.
Add missing varlena header to TableSpaceOpts structure.  And, per
Tom Lane, instead of calling tablespace_reloptions in CacheMemoryContext,
call it in the caller's memory context and copy the value over
afterwards, to reduce the chances of a session-lifetime memory leak.
2010-01-07 03:53:08 +00:00
..
catcache.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
inval.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
lsyscache.c When estimating the selectivity of an inequality "column > constant" or 2010-01-04 02:44:40 +00:00
Makefile Support ALTER TABLESPACE name SET/RESET ( tablespace_options ). 2010-01-05 21:54:00 +00:00
plancache.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
relcache.c Get rid of the need for manual maintenance of the initial contents of 2010-01-05 01:06:57 +00:00
spccache.c Further fixes for per-tablespace options patch. 2010-01-07 03:53:08 +00:00
syscache.c Support ALTER TABLESPACE name SET/RESET ( tablespace_options ). 2010-01-05 21:54:00 +00:00
ts_cache.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
typcache.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00