pgsql: docs: Clarify flag dependencies for background workers.

Lists: pgsql-committers
From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: docs: Clarify flag dependencies for background workers.
Date: 2013-07-04 15:15:25
Message-ID: E1UulFl-0003pQ-Ha@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-committers

docs: Clarify flag dependencies for background workers.

BGWORKER_BACKEND_DATABASE_CONNECTION can only be used if
BGWORKER_SHMEM_ACCESS is also used.

Michael Paquier, with some tweaks by me.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5cbe935c9d6046f5600ff2e083b4bae6ee1f4aa2

Modified Files
--------------
doc/src/sgml/bgworker.sgml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)