Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.80) (envelope-from ) id 1ZSNmb-0005HG-VS for pgsql-pkg-yum@arkaria.postgresql.org; Thu, 20 Aug 2015 11:13:22 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84) (envelope-from ) id 1ZSNmb-00045b-GE for pgsql-pkg-yum@arkaria.postgresql.org; Thu, 20 Aug 2015 11:13:21 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84) (envelope-from ) id 1ZSNgx-0003vn-0y for pgsql-pkg-yum@postgresql.org; Thu, 20 Aug 2015 11:07:31 +0000 Received: from mail-ob0-x232.google.com ([2607:f8b0:4003:c01::232]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84) (envelope-from ) id 1ZSNgq-00081Q-5k for pgsql-pkg-yum@postgresql.org; Thu, 20 Aug 2015 11:07:29 +0000 Received: by obkg7 with SMTP id g7so28807970obk.3 for ; Thu, 20 Aug 2015 04:07:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=P7u2Z3ZfwgpT3nt1dnFhRIhywNWJy2Gqn+RppguxyLk=; b=08Gq7IaqTfBG034E24UkztTTXtFGfe7kmlvABzWvwLDT8qWfqdjtBOGJmnCBKM/mAK +tSX4MCaXwQC3U4caBkU6UKqV8ZaY6kLrYbBS80+LtXhQwT3ozzw7cA7NkiS6IBMYw/6 dgDGmU22uoRzYDGgljUmvuthD2xytvKLH0EjlM1mLz6CnkBuvgD+WQYDPU+jT7thT8fu OseMKK2xf1JTzKF8L4eVG8Mseq6r92WikUS07WYzO4J4yHMe7C616J14MpKdXBb4D9tZ qj/vkAOwNtaE420Qss53kXluv59kZ98XDCuwkvCn1oEoFZf6EBFL7Rh3bTnxGE86hOFf VTiw== X-Received: by 10.182.115.230 with SMTP id jr6mr2011803obb.72.1440068843593; Thu, 20 Aug 2015 04:07:23 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.137.9 with HTTP; Thu, 20 Aug 2015 04:06:44 -0700 (PDT) From: Hima Mahi Date: Thu, 20 Aug 2015 16:36:44 +0530 Message-ID: Subject: Issue with postgresql-9.4 init.d script To: pgsql-pkg-yum@postgresql.org Content-Type: multipart/alternative; boundary=089e01161a92dfe8fa051dbc2720 X-Pg-Spam-Score: -2.4 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgsql-pkg-yum Precedence: bulk Sender: pgsql-pkg-yum-owner@postgresql.org --089e01161a92dfe8fa051dbc2720 Content-Type: text/plain; charset=UTF-8 Hi, Earlier in 9.2 version, init.d script was exporting and using PGPORT for db server start. In 9.4 that option has been removed. It creates issue in case if some other PGPORT variable is set to some value. Then it uses thats value and fails to start. Regards, Himanchali. --089e01161a92dfe8fa051dbc2720 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi,

Earlier in 9.2 version, init.d script was exporting and using PGPO= RT for db server start. In 9.4 that option has been removed. It creates iss= ue in case if some other PGPORT variable is set to some value. Then it uses= thats value and fails to start.

Regards,
Himanchali.
--089e01161a92dfe8fa051dbc2720--