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 E1Z8EDD-0006eD-GS@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
------
REL9_3_STABLE

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

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


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Allow background workers to connect to no particular database.
Next
From: Robert Haas
Date:
Subject: pgsql: Allow background workers to connect to no particular database.