Re: Socket problem using beta2 on Windows-XP

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Socket problem using beta2 on Windows-XP
Дата
Msg-id 20367.1128088731@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Socket problem using beta2 on Windows-XP  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Ответы Re: Socket problem using beta2 on Windows-XP  (Thomas Hallgren <thhal@mailblocks.com>)
Список pgsql-hackers
Alvaro Herrera <alvherre@alvh.no-ip.org> writes:
> If it's two zombies per minute, then I bet it's the stat collector and
> stat bufferer.  They are restarted by the postmaster if not found to be
> running.

That would make some sense, because the stat processes need to set up new
sockets (for the pipe between them).  The autovacuum theory didn't hold
any water in my eyes because autovacuum doesn't create any new sockets.

However, why two zombies?  That would mean that the grandchild process
started, which should mean that the pipe was already created ...

Does Windows have any equivalent of strace whereby we could watch what's
happening during stats process launch?
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Install pg_regress script to support PGXS?
Следующее
От: "Magnus Hagander"
Дата:
Сообщение: Re: Socket problem using beta2 on Windows-XP