Re: [PATCH] postgres_fdw extension support

Поиск
Список
Период
Сортировка
От Paul Ramsey
Тема Re: [PATCH] postgres_fdw extension support
Дата
Msg-id CACowWR3cRoqym+N=fxpOrRsYwQemV0SEPKX0VypDeOfHHWFaWA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [PATCH] postgres_fdw extension support  (Andres Freund <andres@anarazel.de>)
Ответы Re: [PATCH] postgres_fdw extension support  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
On Tue, Oct 6, 2015 at 5:32 AM, Andres Freund <andres@anarazel.de> wrote:

> The problem is basically that cache invalidations can arrive while
> you're building new cache entries. Everytime you e.g. open a relation
> cache invalidations can arrive. Assume you'd written the code like:

> You're avoiding that by only entering into the hashtable *after* the
> lookup. And I think that deserves a comment.

Thanks, revised patch attached.

P.

Вложения

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

Предыдущее
От: David Christensen
Дата:
Сообщение: [PATCH] Comment fixes
Следующее
От: Andres Freund
Дата:
Сообщение: Re: [PATCH] postgres_fdw extension support