Re: Confused about extension and shared_preload_libraries

2021-06-07 Thread Japin Li
On Mon, 07 Jun 2021 at 19:25, Aleksander Alekseev wrote: > Hi Japin, > >> When we write a extension using C language, we often add the dynamic > library >> into shared_preload_libraries, however, I found that the bloom, > btree_gist and >> btree_gin do not follow this rule. I'm a bit confused

Re: Confused about extension and shared_preload_libraries

2021-06-07 Thread Aleksander Alekseev
Hi Japin, > When we write a extension using C language, we often add the dynamic library > into shared_preload_libraries, however, I found that the bloom, btree_gist and > btree_gin do not follow this rule. I'm a bit confused with this, could anybody > explain it for me? In the general case, you