New pg_ctl has retrogressed in error messages

Поиск
Список
Период
Сортировка
От Tom Lane
Тема New pg_ctl has retrogressed in error messages
Дата
Msg-id 1227.1086023659@sss.pgh.pa.us
обсуждение исходный текст
Список pgsql-hackers
7.4, on not finding a postmaster:

[tgl@rh1 pgsql]$ pg_ctl stop
/home/tgl/version74/bin/pg_ctl: line 274: kill: (15273) - No such process
waiting for postmaster to shut down................................................................ failed
pg_ctl: postmaster does not shut down

CVS tip, same scenario:

[tgl@rh1 pgsql]$ pg_ctl stop
stop signal failed

Not waiting for the results of a failed kill() is good, but the error
message is exceedingly unhelpful.  It should mention the PID it tried to
kill and give the errno string.  Perhaps

failed to signal postmaster process 15273: No such process
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Can't detect time zone
Следующее
От: "Marc G. Fournier"
Дата:
Сообщение: Official Freeze Date for 7.5: July 1st, 2004