Allow background workers to connect to no particular database.

Robert Haas <rhaas@postgresql.org>

Commit: d66b67fe21e11d8f1c7ac7d8445f8468fbc9222f
Author: Robert Haas <rhaas@postgresql.org>
Date: 2015-06-25T20:55:02Z
Releases: 9.3.10
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.

Files

PathChange+/−
src/backend/utils/init/postinit.c modified +13 −1