BUG #7596: Problem with /etc/init.d/postgresql.9.x file

Поиск
Список
Период
Сортировка
От david.peyrieres@meteo.fr
Тема BUG #7596: Problem with /etc/init.d/postgresql.9.x file
Дата
Msg-id E1TMF5b-0003lt-Sc@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #7596: Problem with /etc/init.d/postgresql.9.x file  (Ashesh Vashi <ashesh.vashi@enterprisedb.com>)
Re: BUG #7596: Problem with /etc/init.d/postgresql.9.x file  (John R Pierce <pierce@hogranch.com>)
Re: BUG #7596: Problem with /etc/init.d/postgresql.9.x file  (Devrim GÜNDÜZ <devrim@gunduz.org>)
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      7596
Logged by:          David PEYRIERES
Email address:      david.peyrieres@meteo.fr
PostgreSQL version: 9.1.4
Operating system:   Red Hat
Description:        =


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=3D"/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.
 =

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #7593: Unexpected query result combining or and in operators
Следующее
От: Ashesh Vashi
Дата:
Сообщение: Re: BUG #7596: Problem with /etc/init.d/postgresql.9.x file