pgsql: Flesh out the background worker documentation. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Flesh out the background worker documentation.
Date
Msg-id E1ZKWJf-0001d4-6Z@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: pgsql: Make TAP tests work on Windows.
Next
From: Robert Haas
Date:
Subject: pgsql: Fix incorrect comment.