Re: who calls InitializeTimeouts() ?

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: who calls InitializeTimeouts() ?
Дата
Msg-id CA+TgmoY-iaqGYm=FA9yMgZ_7t7E8KkeU8dAWCevfUn-mj7zKCA@mail.gmail.com
обсуждение исходный текст
Ответ на who calls InitializeTimeouts() ?  (Chapman Flack <chap@anastigmatix.net>)
Список pgsql-hackers
On Wed, Nov 2, 2016 at 11:10 PM, Chapman Flack <chap@anastigmatix.net> wrote:
> It looks like for about 3 years, PL/Java has been calling
> InitializeTimeouts before calling RegisterTimeout. Looking over
> the callers of InitializeTimeouts in core, though, it appears
> that an extension like PL/Java should be able to assume it has
> already been called, and in fact would be rude to call it again,
> as it isn't idempotent and could conceivably clobber somebody
> else's timeouts.

Yep.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Proposal: scan key push down to heap [WIP]
Следующее
От: Robert Haas
Дата:
Сообщение: Re: plan_rows confusion with parallel queries