Increase MAX_SYSCACHE_CALLBACKS from 20 to 32.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 0ce4459a366def5173a59a74ba1b81e8449b8df1
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2012-06-20T23:47:37Z
Releases: 9.3.0
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.

Files

PathChange+/−
src/backend/utils/cache/inval.c modified +1 −1