Re: Prepare Transaction support for ON COMMIT DROP temporary tables

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Prepare Transaction support for ON COMMIT DROP temporary tables
Дата
Msg-id 20181228233230.GD2972@paquier.xyz
обсуждение исходный текст
Ответ на Re: Prepare Transaction support for ON COMMIT DROP temporary tables  (Dimitri Fontaine <dimitri@citusdata.com>)
Ответы Re: Prepare Transaction support for ON COMMIT DROP temporary tables  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Fri, Dec 28, 2018 at 08:32:15PM +0100, Dimitri Fontaine wrote:
> Alvaro Herrera <alvherre@2ndquadrant.com> writes:
>> I suggest to add in your regression tests a case where the prepared
>> transaction commits, and ensuring that the temp table is gone from
>> catalogs.
>
> Please find such a revision attached.

Being able to relax a bit the case is better than nothing, so that's
nice to see incremental improvements.  Thanks Dimitri.

I just had a very quick glance, so that's far from being a detailed
review, but could it be possible to add test cases involving
inheritance trees and/or partitions if that makes sense?  The ON
COMMIT action handling is designed to make such cases work properly.
--
Michael

Вложения

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

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Re: Making all nbtree entries unique by having heap TIDs participatein comparisons
Следующее
От: Tom Lane
Дата:
Сообщение: Re: random() (was Re: New GUC to sample log queries)