forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0ce4459
committed
Increase MAX_SYSCACHE_CALLBACKS from 20 to 32.
By my count there are 18 callers of CacheRegisterSyscacheCallback in thecore code in HEAD, so we are potentially leaving as few as 2 slots for anyadd-on code to use (though possibly not all these callers would actuallyactivate in any particular session). That doesn't seem like a lot ofheadroom, so let's pump it up a little.1 parent45ba424 commit0ce4459
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
174 | 174 |
| |
175 | 175 |
| |
176 | 176 |
| |
177 |
| - | |
| 177 | + | |
178 | 178 |
| |
179 | 179 |
| |
180 | 180 |
| |
|
0 commit comments
Comments
(0)