Re: Systemd support (was:Re: Please say it isn't so)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Vick Khera <vivek(at)khera(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Systemd support (was:Re: Please say it isn't so)
Date: 2017-07-13 15:24:10
Message-ID: 17764.1499959450@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Vick Khera <vivek(at)khera(dot)org> writes:
> What exactly does the configure flag to enable systemd support do?

Not a lot. A quick grep for USE_SYSTEMD says it does nothing except
add code in the postmaster to report ready/not-ready state transitions
by calling sd_notify(). We have significantly more lines of
documentation concerning systemd than we do code.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2017-07-13 15:55:31 Re: Manage slot in logical/pglogical replication
Previous Message Vick Khera 2017-07-13 14:49:01 Re: Systemd support (was:Re: Please say it isn't so)