pgsql: Process shared_preload_libraries in single-user mode.

2022-07-20 Thread Jeff Davis
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 load

pgsql: Process shared_preload_libraries in single-user mode.

2022-07-20 Thread Jeff Davis
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 load