Re: Concurrent deadlock scenario with DROP INDEX on partitioned index

Поиск
Список
Период
Сортировка
От Jimmy Yih
Тема Re: Concurrent deadlock scenario with DROP INDEX on partitioned index
Дата
Msg-id DM6PR05MB64585166991EBC4AE6F2F43DBD169@DM6PR05MB6458.namprd05.prod.outlook.com
обсуждение исходный текст
Ответ на Re: Concurrent deadlock scenario with DROP INDEX on partitioned index  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Hence, I propose the attached.  0001 is pure refactoring: it hopefully
> clears up the confusion about which "relkind" is which, and it also
> saves a couple of redundant syscache fetches in RemoveRelations.
> Then 0002 adds the actual bug fix as well as a test case that does
> deadlock with unpatched code.

The proposed patches look great and make much more sense. I see you've
already squashed and committed in
7b6ec86532c2ca585d671239bba867fe380448ed. Thanks!

--
Jimmy Yih (VMware)
Gaurab Dey (VMware)


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

Предыдущее
От: Zhihong Yu
Дата:
Сообщение: Re: freeing bms explicitly
Следующее
От: David Christensen
Дата:
Сообщение: Re: [PATCH] add relation and block-level filtering to pg_waldump