RE: Determine parallel-safety of partition relations for Inserts

Поиск
Список
Период
Сортировка
От Hou, Zhijie
Тема RE: Determine parallel-safety of partition relations for Inserts
Дата
Msg-id 5db8ca759bcb4a1db47da01ecd04b699@G08CNEXMBPEKD05.g08.fujitsu.local
обсуждение исходный текст
Ответ на Re: Determine parallel-safety of partition relations for Inserts  (Zhihong Yu <zyu@yugabyte.com>)
Список pgsql-hackers
> For v3_0003-reloption-parallel_dml-src.patch :
> +   table_close(rel, NoLock);

> Since the rel would always be closed, it seems the return value from RelationGetParallelDML() can be assigned to a
variable,followed by call to table_close(), then the return statement.
 

Thanks for the comment. Fixed in the latest patch.

Best regards,
houzj



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

Предыдущее
От: "Hou, Zhijie"
Дата:
Сообщение: RE: Determine parallel-safety of partition relations for Inserts
Следующее
От: Peter Smith
Дата:
Сообщение: Re: Single transaction in the tablesync worker?