Re: rare avl shutdown slowness (related to signal handling)

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: rare avl shutdown slowness (related to signal handling)
Дата
Msg-id 20150408153413.GR4369@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: rare avl shutdown slowness (related to signal handling)  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane wrote:
> Alvaro Herrera <alvherre@2ndquadrant.com> writes:
> > Tom Lane wrote:
> >> I think changing the outer "for(;;)" to "while (!got_SIGTERM)" would
> >> be a much safer fix.
>
> > Ah, yeah.  I was thinking in changing PG_exception_stack once shutdown
> > was requested, but this is much simpler.
>
> Your proposed patch seems to be doing both of those, which is probably
> unnecessary.  I don't object to the SIGHUP test and goto in the error
> path, but I'd put it a lot further down, like after the existing
> RESUME_INTERRUPTS.  I doubt it's a good idea to skip the transaction
> cleanup steps.

Ah, of course.  See attached patch.

We could keep the "for (;;)" instead of having it conditional on
got_SIGTERM, but I don't think there's any harm in the change.

This is backpatchable to 9.0.

--
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Вложения

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

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Re: Row security violation error is misleading
Следующее
От: Jim Nasby
Дата:
Сообщение: Re: Removal of FORCE option in REINDEX