Re: Refactoring postgres_fdw code to rollback remote transaction

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема Re: Refactoring postgres_fdw code to rollback remote transaction
Дата
Msg-id 2a767435-9a92-a6fb-4b59-a81434dda1ab@oss.nttdata.com
обсуждение исходный текст
Ответ на Re: Refactoring postgres_fdw code to rollback remote transaction  (Zhihong Yu <zyu@yugabyte.com>)
Ответы Re: Refactoring postgres_fdw code to rollback remote transaction  (Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>)
Список pgsql-hackers

On 2021/09/17 11:40, Zhihong Yu wrote:
> +           goto fail;          /* Trouble clearing prepared statements */
> 
> The label fail can be removed. Under the above condition,  entry->changing_xact_state is still true. You can
directly return.

Thanks for the review! Yes, you're right. Attached the updated version of the patch.

Regards,

-- 
Fujii Masao
Advanced Computing Technology Center
Research and Development Headquarters
NTT DATA CORPORATION

Вложения

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

Предыдущее
От: Zhihong Yu
Дата:
Сообщение: Re: Refactoring postgres_fdw code to rollback remote transaction
Следующее
От: Kyotaro Horiguchi
Дата:
Сообщение: Re: Split xlog.c