Commit 3fc1d72
committed
Add pg_extension_base to shared_preload_libraries
pg_extension_base (required by pg_lake) must be loaded at PostgreSQL
startup via shared_preload_libraries. Add it to the postgresql.conf.sample
configuration alongside timescaledb.
According to pg_lake documentation, pg_extension_base acts as a loader
that loads other pg_lake modules as needed, so only this extension needs
to be preloaded.
Without this, attempting to CREATE EXTENSION pg_extension_base fails with:
ERROR: pg_extension_base can only be loaded via shared_preload_libraries
This ensures pg_lake extensions can be installed without manual
configuration changes.1 parent 61c32ca commit 3fc1d72
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
| 302 | + | |
| 303 | + | |
302 | 304 | | |
303 | 305 | | |
304 | 306 | | |
| |||
0 commit comments