pgsql: Add support for systemd service notifications

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Add support for systemd service notifications
Дата
Msg-id E1aQnE5-0003Cj-CN@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Add support for systemd service notifications  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
Add support for systemd service notifications

Insert sd_notify() calls at server start and stop for integration with
systemd.  This allows the use of systemd service units of type "notify",
which greatly simplifies the systemd configuration.

Reviewed-by: Pavel Stěhule <pavel.stehule@gmail.com>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7d17e683fcc28a1b371c7dd02935728cd2cbf9bf

Modified Files
--------------
configure                           | 49 +++++++++++++++++++++++++++++++++++++
configure.in                        | 13 ++++++++++
doc/src/sgml/installation.sgml      | 16 ++++++++++++
doc/src/sgml/runtime.sgml           | 35 ++++++++++++++++++++++++++
src/Makefile.global.in              |  1 +
src/backend/Makefile                |  4 +++
src/backend/postmaster/postmaster.c | 26 ++++++++++++++++++++
src/include/pg_config.h.in          |  3 +++
8 files changed, 147 insertions(+)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Improve error reporting when location specified by postgres -D d
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Improve error reporting when location specified by postgres -D d