• Magnus Hagander's avatar
    Allow background workers to bypass datallowconn · eed1ce72
    Magnus Hagander authored
    THis adds a "flags" field to the BackgroundWorkerInitializeConnection()
    and BackgroundWorkerInitializeConnectionByOid(). For now only one flag,
    BGWORKER_BYPASS_ALLOWCONN, is defined, which allows the worker to ignore
    datallowconn.
    eed1ce72
postinit.c 35.1 KB