Re: See what options a Postgresql binary was compiled with

From: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
To: Keith Christian <keith1christian(at)gmail(dot)com>, pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: See what options a Postgresql binary was compiled with
Date: 2021-01-21 12:43:34
Message-ID: c894e68c044a9f693aab4527d25429428f4a5b43.camel@cybertec.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, 2021-01-20 at 17:27 -0700, Keith Christian wrote:
> Planning to convert a Postgres 10 instance to systemd init.
> I understand it had to be compiled with systemd support to work that way.

That is only necessary if you want to start the service with "Type=notify".

If you start it using "Type=oneshot" and "pg_ctl" or "Type=exec" and "postgres",
you don't need the systemd callback.

Yours,
Laurenz Albe
--
Cybertec | https://www.cybertec-postgresql.com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message sivapostgres@yahoo.com 2021-01-21 13:13:44 Re: Copy & Re-copy of DB
Previous Message Magnus Hagander 2021-01-21 08:59:56 Re: pljava": ERROR