]> granicus.if.org Git - postgresql/commit
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:53:59 +0000 (16:53 -0400)
commit8364510a463a06375d237de19dcae929e7fb8360
treebbcf4e094f66946986cba11f8330744bbcab2413
parente118555cf92c06f16893e577363b6764ed2339e3
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