postgresql/src/backend/utils/cache
Tom Lane 0ce4459a36 Increase MAX_SYSCACHE_CALLBACKS from 20 to 32.
By my count there are 18 callers of CacheRegisterSyscacheCallback in the
core code in HEAD, so we are potentially leaving as few as 2 slots for any
add-on code to use (though possibly not all these callers would actually
activate in any particular session).  That doesn't seem like a lot of
headroom, so let's pump it up a little.
2012-06-20 19:47:37 -04:00
..
Makefile Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
attoptcache.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
catcache.c Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00
inval.c Increase MAX_SYSCACHE_CALLBACKS from 20 to 32. 2012-06-20 19:47:37 -04:00
lsyscache.c Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00
plancache.c Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00
relcache.c Remove RELKIND_UNCATALOGED. 2012-06-14 09:47:30 -04:00
relmapper.c Allow new relmapper entries when allow_system_table_mods is true. 2012-03-21 14:09:39 -04:00
spccache.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
syscache.c Expose an API for calculating catcache hash values. 2012-03-07 14:51:13 -05:00
ts_cache.c Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00
typcache.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00