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

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Allow background workers to connect to no particular database.
Date: 2015-06-25 20:57:31
Message-ID: E1Z8EDD-0006eD-GS@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2015-06-26 09:44:16 pgsql: Fix a couple of bugs with wal_log_hints.
Previous Message Robert Haas 2015-06-25 20:52:23 pgsql: Allow background workers to connect to no particular database.