Confused about extension and shared_preload_libraries

From: Japin Li <japinli(at)hotmail(dot)com>
To: "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Confused about extension and shared_preload_libraries
Date: 2021-06-07 11:18:34
Message-ID: MEYP282MB1669B42DCC0CDA04A120794BB6389@MEYP282MB1669.AUSP282.PROD.OUTLOOK.COM
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Hi, hackers

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?

Thanks in advance.

--
Regrads,
Japin Li.
ChengDu WenWu Information Technology Co.,Ltd.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Aleksander Alekseev 2021-06-07 11:25:31 Re: Confused about extension and shared_preload_libraries
Previous Message Andrey Lepikhov 2021-06-07 11:16:58 Re: Fast COPY FROM based on batch insert