Re: pgstat: remove delayed destroy / pipe: socket error fix

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: pgstat: remove delayed destroy / pipe: socket error fix
Дата
Msg-id 6BCB9D8A16AC4241919521715F4D8BCEA0F8E3@algol.sollentuna.se
обсуждение исходный текст
Ответ на pgstat: remove delayed destroy / pipe: socket error fix  ("Peter Brant" <Peter.Brant@wicourts.gov>)
Ответы Re: pgstat: remove delayed destroy / pipe: socket  ("Peter Brant" <Peter.Brant@wicourts.gov>)
Список pgsql-patches
> > Attached are two patches which in combination make pg_stat_activity
> > work reliably for us on Windows.
> > ...
> > pgstat.patch removes the delayed destroy code for backends,
> databases,
> > and tables.  Database and table entries are cleaned up immediately
> > upon receipt of the appropriate message.
>
> I'll go ahead and apply the delayed-destroy-removal part
> (just to HEAD for the time being --- seems a bit risky to
> apply it to the stable branches).  The Windows-specific
> change sounds like it may need more review.

Actually, I think that's mostly me being confused and taking others with
me ;-)

It's definitly a problem, and we have a solution there. The one thing
I'm still a bit concerned about is: Do we need a CHECK_FOR_INTERRUPTS,
and do we need an upper limit on the spinning. In theory we can spin
with 100% CPU usage, which is not good. So we should either spin a
limited amount of times, or we should perhaps introduce a tiny delay?

//Magnus

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgstat: remove delayed destroy / pipe: socket error fix
Следующее
От: "Peter Brant"
Дата:
Сообщение: Re: pgstat: remove delayed destroy / pipe: socket