Re: [COMMITTERS] pgsql: Fix an O(N^2) problem in foreign key references.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [COMMITTERS] pgsql: Fix an O(N^2) problem in foreign key references.
Дата
Msg-id 22834.1442325108@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [COMMITTERS] pgsql: Fix an O(N^2) problem in foreign key references.  (Jan Wieck <jan@wi3ck.info>)
Ответы Re: [COMMITTERS] pgsql: Fix an O(N^2) problem in foreign key references.  (Jan Wieck <jan@wi3ck.info>)
Re: [COMMITTERS] pgsql: Fix an O(N^2) problem in foreign key references.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Jan Wieck <jan@wi3ck.info> writes:
> On 09/14/2015 09:56 AM, Tom Lane wrote:
>> Kevin Grittner <kgrittn@postgresql.org> writes:
>>> Fix an O(N^2) problem in foreign key references.

>> Judging from the buildfarm, this patch is broken under
>> CLOBBER_CACHE_ALWAYS.  See friarbird's results in particular.
>> I might be too quick to finger this patch, but nothing else
>> lately has touched foreign-key behavior, and the foreign_key
>> test is where things are going south.

> I'm able to reproduce that failure with CLOBBER_CACHE_ALWAYS and it 
> definitely is caused by this commit. Do you want to back it out for the 
> time being? Kevin is on vacation right now.

I'll take a look today, and either fix it if I can find the problem
quickly or back it out.

(If anyone else is already looking at it, happy to defer to you...)
        regards, tom lane



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Could the configure script detect the endianness for a Power CPU with endianness mode change
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: RLS open items are vague and unactionable