pgsql: Doc: fix our example systemd script.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: fix our example systemd script.
Date: 2022-03-20 16:40:32
Message-ID: E1nVybX-000afI-Jf@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3f513ac7935db86f72511aac24fa6b52ed29bfe7

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

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2022-03-20 17:48:33 pgsql: Enforce foreign key correctly during cross-partition updates
Previous Message Andres Freund 2022-03-20 16:31:34 Re: pgsql: Add option to use ICU as global locale provider