Re: HS locking broken in HEAD

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: HS locking broken in HEAD
Дата
Msg-id 8372.1358525775@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: HS locking broken in HEAD  (Andres Freund <andres@2ndquadrant.com>)
Ответы Re: HS locking broken in HEAD  (Andres Freund <andres@2ndquadrant.com>)
Список pgsql-hackers
Andres Freund <andres@2ndquadrant.com> writes:
> I am still stupefied nobody noticed that locking in HS (where just about
> all locks are going to be fast path locks) was completely broken for
> nearly two years.

IIUC it would only be broken for cases where activity was going on
concurrently in two different databases, which maybe isn't all that
common out in the field.  And for sure it isn't something we test much.

I wonder if it'd be practical to, say, run all the contrib regression
tests concurrently in different databases of one installation.
        regards, tom lane



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: [PATCH 1/5] Centralize Assert* macros into c.h so its common between backend/frontend
Следующее
От: Andres Freund
Дата:
Сообщение: Re: HS locking broken in HEAD