[COMMITTERS] pgsql: Avoid searching for callback functions in CallSyscacheCallbacks(

2017-05-12 Thread Tom Lane
Avoid searching for callback functions in CallSyscacheCallbacks(). We have now grown enough registerable syscache-invalidation callback functions that the original assumption that there would be few of them is causing performance problems. In particular, let's fix things so that CallSyscacheCallb

[COMMITTERS] pgsql: Avoid searching for callback functions in CallSyscacheCallbacks(

2017-05-12 Thread Tom Lane
Avoid searching for callback functions in CallSyscacheCallbacks(). We have now grown enough registerable syscache-invalidation callback functions that the original assumption that there would be few of them is causing performance problems. In particular, let's fix things so that CallSyscacheCallb

[COMMITTERS] pgsql: Avoid searching for callback functions in CallSyscacheCallbacks(

2017-05-12 Thread Tom Lane
Avoid searching for callback functions in CallSyscacheCallbacks(). We have now grown enough registerable syscache-invalidation callback functions that the original assumption that there would be few of them is causing performance problems. In particular, let's fix things so that CallSyscacheCallb

[COMMITTERS] pgsql: Avoid searching for callback functions in CallSyscacheCallbacks(

2017-05-12 Thread Tom Lane
Avoid searching for callback functions in CallSyscacheCallbacks(). We have now grown enough registerable syscache-invalidation callback functions that the original assumption that there would be few of them is causing performance problems. In particular, let's fix things so that CallSyscacheCallb