From: | Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com> |
---|---|
To: | david(dot)peyrieres(at)meteo(dot)fr |
Cc: | pgsql-bugs(at)postgresql(dot)org |
Subject: | Re: BUG #7596: Problem with /etc/init.d/postgresql.9.x file |
Date: | 2012-10-11 09:32:43 |
Message-ID: | CAG7mmowVVHR0hgo7+VPSLqjK1xMVhA657voMHcHDxEzM+dZgqg@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
On Thu, Oct 11, 2012 at 2:59 PM, <david(dot)peyrieres(at)meteo(dot)fr> wrote:
> The following bug has been logged on the website:
>
> Bug reference: 7596
> Logged by: David PEYRIERES
> Email address: david(dot)peyrieres(at)meteo(dot)fr
> PostgreSQL version: 9.1.4
> Operating system: Red Hat
> Description:
>
Hi David,
How did you install postgresql?
--
Thanks & Regards,
Ashesh Vashi
>
> Hello.
> I found a little bug in /etc/init.d/postgresql-9.x file (ok in 8.4 - since
> 9.x versions ?).
> In my case, I've 5 databases on same server. Each database is start/stop
> with this file 'service postgresql9.x start'.
> Unfortunately, it uses only same file for status "pidfile:
> /var/run/postmaster-9.2.pid".
> In my case and with this configuration, I have only one file for all
> databases.
> So, I've modified this file on all servers :
>
> 1 - pidfile="/var/run/${NAME}.pid
>
> 2 - and case test :
> ....
> case "$1" in
> ....
> status)
> status -p /var/run/postmaster-9.1.pid
> by
> status -p $pidfile
>
>
>
> Thanks for all.
>
>
>
>
>
>
> --
> Sent via pgsql-bugs mailing list (pgsql-bugs(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-bugs
>
From | Date | Subject | |
---|---|---|---|
Next Message | bo | 2012-10-11 09:36:04 | BUG #7597: exception 0xC0000005 |
Previous Message | david.peyrieres | 2012-10-11 09:29:59 | BUG #7596: Problem with /etc/init.d/postgresql.9.x file |