pgsql: Doc: fix our example systemd script. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Doc: fix our example systemd script.
Date
Msg-id E1nVybX-000afS-LU@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Doc: fix our example systemd script.

The example used "TimeoutSec=0", but systemd's documented way to get
the desired effect is "TimeoutSec=infinity".

Discussion: https://postgr.es/m/164770078557.670.5467111518383664377@wrigleys.postgresql.org

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/f693e9964010cce8f1bd0fca3453b09add68593c

Modified Files
--------------
doc/src/sgml/runtime.sgml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Fix global ICU collations for ICU < 54
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Enforce foreign key correctly during cross-partition updates