pgsql: Flesh out the background worker documentation.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Flesh out the background worker documentation.
Date: 2015-07-29 18:42:59
Message-ID: E1ZKWJf-0001d4-6Z@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Flesh out the background worker documentation.

Make it more clear that bgw_main is usually not what you want. Put the
background worker flags in a variablelist rather than having them as
part of a paragraph. Explain important limits on how bgw_main_arg can
be used.

Craig Ringer, substantially revised by me.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/38d4ce6b055ec7c26c421dcf1ced07e4d4220292

Modified Files
--------------
doc/src/sgml/bgworker.sgml | 98 ++++++++++++++++++++++++++++++++------------
1 file changed, 72 insertions(+), 26 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2015-07-29 20:49:31 pgsql: Fix incorrect comment.
Previous Message Heikki Linnakangas 2015-07-29 18:03:39 Re: pgsql: Make TAP tests work on Windows.