Re: [Pgbuildfarm-members] Version 4.10 of buildfarm client released.

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: [Pgbuildfarm-members] Version 4.10 of buildfarm client released.
Дата
Msg-id 20130113155835.324980@gmx.com
обсуждение исходный текст
Ответы Re: [Pgbuildfarm-members] Version 4.10 of buildfarm client released.  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
Andrew Dunstan wrote:

> Part of the trouble with detecting rogue postmasters it might have left 
> lying around is that various things like to decide what port to run on, 
> so it's not always easy for the buildfarm to know what it should be 
> looking for.

For Linux, perhaps some form of lsof with the +D option?  Maybe?:

lsof +D "$PGDATA" -Fp | grep -E '^p[0-9]{1,5}$' | cut -c1- | xargs kill -9

-Kevin



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

Предыдущее
От: Dimitri Fontaine
Дата:
Сообщение: Re: erroneous restore into pg_catalog schema
Следующее
От: "Mark Hellegers"
Дата:
Сообщение: Re: Porting to Haiku