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

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Allow background workers to connect to no particular database.
Дата
Msg-id E1Z8E8F-0006Yd-SG@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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/f7bb7f0625771bc71869cdadafcf54450b2db08f

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


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix the logic for putting relations into the relcache init file.
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Allow background workers to connect to no particular database.