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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [Pgbuildfarm-members] Version 4.10 of buildfarm client released.
Дата
Msg-id 13592.1357929549@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [Pgbuildfarm-members] Version 4.10 of buildfarm client released.  (Heikki Linnakangas <hlinnaka@iki.fi>)
Ответы Re: [Pgbuildfarm-members] Version 4.10 of buildfarm client released.  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
Heikki Linnakangas <hlinnaka@iki.fi> writes:
> There was a stray postgres instance running on the box, which I killed:

FWIW, we've seen an awful lot of persistent buildfarm failures that
seemed to be due to port conflicts with leftover postmasters.  I think
the buildfarm script needs to try harder to ensure that it's killed
everything after a run.  No good ideas how to go about that exactly.
You could look through "ps" output for postmasters, but what if there's
a regular Postgres installation on the same box?  Can we just document
that the buildfarm had better not be run as "postgres"?  (If so, its
attempt to kill an unowned postmaster would fail anyway; else we need
a reliable way to tell which ones to kill.)
        regards, tom lane



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: I s this a bug of spgist index in a heavy write condition?
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: Performance Improvement by reducing WAL for Update Operation