Re: Unify drop-by-OID functions

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Unify drop-by-OID functions
Дата
Msg-id a5f49f9f-a638-9f3a-7619-886f15115dc0@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: Unify drop-by-OID functions  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
On 2020-05-05 18:05, Robert Haas wrote:
> This reminds me: I think that the issues in
> http://postgr.es/m/CA+TgmoYaFYRRdRZ94p_Qdt+1oONg6sMOvbkGHKVsFtONCrFkhw@mail.gmail.com
> should be considered here - we should guarantee that there's a
> snapshot registered continuously from before the call to
> SearchSysCache1 until after the call to CatalogTupleDelete. In the
> systable_beginscan case, we should be fine as long as the
> systable_endscan follows the CatalogTupleDelete call.

I considered this, but it seems independent of my patch.  If there are 
changes to be made, there are now fewer places to fix up.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Unify drop-by-OID functions
Следующее
От: David Rowley
Дата:
Сообщение: Re: Speedup usages of pg_*toa() functions