Allow background workers to connect to no particular database.
authorRobert Haas <rhaas@postgresql.org>
Thu, 25 Jun 2015 19:52:13 +0000 (15:52 -0400)
committerRobert Haas <rhaas@postgresql.org>
Thu, 25 Jun 2015 20:55:02 +0000 (16:55 -0400)
commitd66b67fe21e11d8f1c7ac7d8445f8468fbc9222f
tree942b420ef1ed76fc1436099bccc554f777e26a02
parent834aa56ea16ff4a7e217a1115797078398d85cc8
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.
src/backend/utils/init/postinit.c