pgsql: Flesh out the background worker documentation.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Flesh out the background worker documentation.
Дата
Msg-id E1ZKWJf-0001d4-6Z@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: pgsql: Make TAP tests work on Windows.
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Fix incorrect comment.