Re: possible dsm bug in dsm_attach()

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: possible dsm bug in dsm_attach()
Дата
Msg-id 20140506174645.GB2583@awork2.anarazel.de
обсуждение исходный текст
Ответ на Re: possible dsm bug in dsm_attach()  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: possible dsm bug in dsm_attach()
Список pgsql-hackers
On 2014-05-06 13:45:13 -0400, Robert Haas wrote:
> On Tue, May 6, 2014 at 1:14 PM, Andres Freund <andres@2ndquadrant.com> wrote:
> > On 2014-05-06 08:48:57 -0400, Robert Haas wrote:
> >> On Tue, May 6, 2014 at 8:43 AM, Andres Freund <andres@2ndquadrant.com> wrote:
> >> > The break because of refcnt == 1 doesn't generally seem to be a good
> >> > idea. Why are we bailing if there's *any* segment that's in the process
> >> > of being removed? I think the check should be there *after* the
> >> > dsm_control->item[i].handle == seg->handle check?
> >>
> >> You are correct.  Good catch.
> >
> > Fix attached.
> 
> Committed, thanks.

Heh. Not a fan of film references? :)

Thanks,

Andres Freund

-- Andres Freund                       http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training &
Services



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: possible dsm bug in dsm_attach()
Следующее
От: Robert Haas
Дата:
Сообщение: Re: pg_stat_statements: Query normalisation may fail during stats reset