pgsql: Allow background workers to connect to no particular database.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Allow background workers to connect to no particular database.
Дата
Msg-id E1Z8EDD-0006eC-GN@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Allow background workers to connect to no particular database.

The documentation claims that this is supported, but it didn't
actually work.  Fix that.

Reported by Pavel Stehule; patch by me.

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/8364510a463a06375d237de19dcae929e7fb8360

Modified Files
--------------
src/backend/utils/init/postinit.c |   14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Allow background workers to connect to no particular database.
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Fix a couple of bugs with wal_log_hints.