diff options
author | Jeff Davis <jdavis@postgresql.org> | 2022-07-15 12:24:10 -0700 |
---|---|---|
committer | Jeff Davis <jdavis@postgresql.org> | 2022-07-20 09:37:00 -0700 |
commit | 2103266a360df688062c4188f1de074b957fd6e9 (patch) | |
tree | 55c1dc4814d79b8177dd9fbaeeea16e56375ebda /contrib/postgres_fdw/postgres_fdw.c | |
parent | 0829cc43ed69252184f90161b4940444d8b48574 (diff) | |
download | postgresql-2103266a360df688062c4188f1de074b957fd6e9.tar.gz postgresql-2103266a360df688062c4188f1de074b957fd6e9.zip |
Process shared_preload_libraries in single-user mode.
Without processing shared_preload_libraries, it's impossible to
recover if custom WAL resource managers are needed. It may also pose a
problem running VACUUM on a table with a custom AM, if the module
implementing the AM is expecting to be loaded by
shared_preload_libraries.
The reason this wasn't done before was just the general principle to
do fewer things in single-user mode. But it's easy enough to just set
shared_preload_libraries to empty, for the same effect.
Discussion: https://postgr.es/m/9decc18a42634f8a2f15c97a385a0f51a752f396.camel%40j-davis.com
Reviewed-by: Tom Lane, Andres Freund
Backpatch-through: 15
Diffstat (limited to 'contrib/postgres_fdw/postgres_fdw.c')
0 files changed, 0 insertions, 0 deletions