pgsql: Increase MAX_SYSCACHE_CALLBACKS from 20 to 32. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Increase MAX_SYSCACHE_CALLBACKS from 20 to 32.
Date
Msg-id E1ShUdC-0006fn-Ii@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0ce4459a366def5173a59a74ba1b81e8449b8df1

Modified Files
--------------
src/backend/utils/cache/inval.c |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Cache the results of ri_FetchConstraintInfo in a backend-local c
Next
From: Tom Lane
Date:
Subject: pgsql: Remove incomplete/incorrect support for zero-column foreign keys