[15] Custom WAL resource managers, single user mode, and recovery

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема [15] Custom WAL resource managers, single user mode, and recovery
Дата
Msg-id 9decc18a42634f8a2f15c97a385a0f51a752f396.camel@j-davis.com
обсуждение исходный текст
Ответы Re: [15] Custom WAL resource managers, single user mode, and recovery  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
Single user mode doesn't process shared_preload_libraries, which is a
problem if custom WAL resource managers are in use and recovery is
required.

I attached a simple patch to process shared_preload_libraries even in
single user mode.

If a user has custom table access methods, those are likely to be
required during single user mode anyway (to VACUUM, for instance), so
we need to be able to load modules during single user mode. I can't
think of a reason specifically why we can't process
shared_preload_libraries. Thoughts?

Regards,
    Jeff Davis


Вложения

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: BUG #17434: CREATE/DROP DATABASE can be executed in the same transaction with other commands
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #17434: CREATE/DROP DATABASE can be executed in the same transaction with other commands