pgsql: Allow background workers to connect to no particular database. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Allow background workers to connect to no particular database.
Date
Msg-id E1Z8E8F-0006Yd-SG@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix the logic for putting relations into the relcache init file.
Next
From: Robert Haas
Date:
Subject: pgsql: Allow background workers to connect to no particular database.