BUG #7750: pid file conflict in RedHat

From: postgres(at)tbruce(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #7750: pid file conflict in RedHat
Date: 2012-12-10 18:41:29
Message-ID: E1Ti8ID-0008Gv-6O@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 7750
Logged by: Timothy J Bruce
Email address: postgres(at)tbruce(dot)com
PostgreSQL version: 9.1.6
Operating system: RedHat v6.2
Description:

In line 238 of the rpm based init.d script, the pid file is called
specifically with a qualified path ("status -p
/var/run/postmaster-9.1.pid"), even though line 70 specifies a variable to
point to the pid file (pidfile="/var/run/postmaster-9.1.pid").

This is with rpm version of postgres 9.1.4 and 9.1.6 (we haven't tested
9.1.7 at this time).

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Jeff Davis 2012-12-11 00:29:36 Re: init_htab causes SIGFPE (or worse) due to miscalculation for large nbuckets
Previous Message Euler Taveira 2012-12-10 12:51:31 Re: BUG #7734: JPA2/Hibernate4 PG enum insert causes exception