]> 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 19:52:13 +0000 (15:52 -0400)
commitf7bb7f0625771bc71869cdadafcf54450b2db08f
tree005479a9baabcee2b976c0ef0d45cb6361b1b636
parent5d1ff6bd559ea8df1b7302e245e690b01b9a4fa4
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