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

From: Jan Wieck <jan(at)wi3ck(dot)info>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Kevin Grittner <kgrittn(at)postgresql(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [COMMITTERS] pgsql: Fix an O(N^2) problem in foreign key references.
Date: 2015-09-15 13:25:28
Message-ID: 55F81C48.4020009@wi3ck.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On 09/14/2015 09:56 AM, Tom Lane wrote:
> Kevin Grittner <kgrittn(at)postgresql(dot)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.

Regards, Jan

--
Jan Wieck
Senior Software Engineer
http://slony.info

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-09-15 13:51:48 Re: [COMMITTERS] pgsql: Fix an O(N^2) problem in foreign key references.
Previous Message Teodor Sigaev 2015-09-15 06:36:05 pgsql: Fix wrong comment in commit d02426029b133ee2bbe492a038642359bce3

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2015-09-15 13:43:42 Re: Can extension build own SGML document?
Previous Message Beena Emerson 2015-09-15 13:25:18 Re: Support for N synchronous standby servers - take 2