Re: Fwd: Core dump with nested CREATE TEMP TABLE

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Fwd: Core dump with nested CREATE TEMP TABLE
Дата
Msg-id CAB7nPqRyEmtjehrpZFY4ZdkT-ud0G4r1AFg+cWwsnZvfuhHHYg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Fwd: Core dump with nested CREATE TEMP TABLE  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Fwd: Core dump with nested CREATE TEMP TABLE  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers


On Fri, Sep 4, 2015 at 9:57 AM, Tom Lane wrote:
On reflection I think that the tracking of activeSubid in my patch is
probably overkill if we're attacking it this way.  We can just have
AtSubAbort_Portals fail any ACTIVE portal regardless of subxact level,
which is pretty analogous to what AtAbort_Portals has done for a long
time.

Tracking the activated subxact looked neat from my side, that's more consistent with what is done when the portal is marked as ready, particularly with the new routine introduced.
 
Let me work on this and see if I can get to a simpler patch.

Oh, OK. Thanks!
--
Michael

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

Предыдущее
От: Amit Langote
Дата:
Сообщение: Re: BRIN INDEX value
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: Reduce ProcArrayLock contention