Add new function BackgroundWorkerInitializeConnectionByOid.

Robert Haas <rhaas@postgresql.org>

Commit: 5d2f957f3f9dcd88384780876f535b423151f9bf
Author: Robert Haas <rhaas@postgresql.org>
Date: 2015-02-02T21:23:59Z
Releases: 9.5.0
Add new function BackgroundWorkerInitializeConnectionByOid.

Sometimes it's useful for a background worker to be able to initialize
its database connection by OID rather than by name, so provide a way
to do that.

Files