summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorPavel Raiskup <praiskup@redhat.com>2015-03-19 12:53:28 +0100
committerPavel Raiskup <praiskup@redhat.com>2015-03-19 12:56:38 +0100
commit8c7b2cd5f6d9efb59568382cd8b6e88d9be517bb (patch)
treeeaba95c6d219f5f9bed707ea578e6358b0aace59 /NEWS
parent00b185f55bf37dfb5c29220218ff6e4a078a71db (diff)
downloadpostgresql-setup-8c7b2cd5f6d9efb59568382cd8b6e88d9be517bb.tar.gz
postgresql-setup-8c7b2cd5f6d9efb59568382cd8b6e88d9be517bb.tar.xz
postgresql-setup-8c7b2cd5f6d9efb59568382cd8b6e88d9be517bb.zip
init: add PGSTARTTIMEOUT config env variable
* postgresql.init.in (PGSTARTTIMEOUT): New variable. (start): Use postgresql-ctl and respect PGSTARTTIMEOUT. * postgresql.service.in: Better document the timeouts. (PGSTARTTIMEOUT): New env variable. (ExecStart): Respect PGSTARTTIMEOUT. * NEWS: Document.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 051a30a..c2d0c5c 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,8 @@ New in 3.0 version
* The sysvinit support should be OK finally, sysvinit system is now
automatically detected without --with-sysvinit configure option.
+* The starting timeout is now configurable via PGSTARTTIMEOUT.
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
New in 2.0 version