Re: Advisory locks seem rather broken

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Advisory locks seem rather broken
Дата
Msg-id 4505.1336141261@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Advisory locks seem rather broken  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: Advisory locks seem rather broken  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> Originally, I thought that the patch should include some kind of
> accounting mechanism to prevent that from happening, where we'd keep
> track of the number of fast-path locks that were outstanding and make
> sure to keep that many slots free in the main lock table, but Noah
> talked me out of it, on theory that (1) it was very unlikely to occur
> in practice and (2) if it did occur, then you probably need to bump up
> max_locks_per_transaction anyway and (3) it amounted to forcing
> failures in cases where that might not be strictly necessary, which is
> usually not a great thing to do.

I agree with that, as long as we can be sure that the system behaves
sanely (doesn't leave the data structures in a corrupt state) when an
out-of-memory condition does occur.
        regards, tom lane


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Advisory locks seem rather broken
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Advisory locks seem rather broken