1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-12 05:01:15 +03:00
Files
postgres/src/backend/access
Magnus Hagander eed1ce72e1 Allow background workers to bypass datallowconn
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.
2018-04-05 19:02:45 +02:00
..
2018-03-30 14:23:17 +03:00
2018-03-27 15:43:19 +03:00
2018-04-03 09:28:16 +01:00
2018-01-19 11:49:22 -03:00
2018-04-03 19:46:45 +03:00
2018-01-02 23:30:12 -05:00