Re: INSERT ... ON CONFLICT IGNORE (and UPDATE) 3.0 - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: INSERT ... ON CONFLICT IGNORE (and UPDATE) 3.0
Date
Msg-id 5539F169.1060603@iki.fi
Whole thread Raw
In response to Re: INSERT ... ON CONFLICT IGNORE (and UPDATE) 3.0  (Peter Geoghegan <pg@heroku.com>)
Responses Re: INSERT ... ON CONFLICT IGNORE (and UPDATE) 3.0
List pgsql-hackers
On 04/24/2015 02:52 AM, Peter Geoghegan wrote:
> I found a bug that seems to be down to commit
> e3144183562d08e347f832f0b29daefe8bac617b on Github:
>
> """
> commit e3144183562d08e347f832f0b29daefe8bac617b
> Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
> Date:   Thu Apr 23 18:38:11 2015 +0300
>
>      Minor cleanup of check_exclusion_or_unique_constraint.
>
>      To improve readability.
>
> """
>
> At least, that's what a "git bisect" session showed.

Ok, I see now that I totally screwed up the conditions on "waitMode" in 
that commit. I just pushed a fix to your github repository.

- Heikki




pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: Moving ExecInsertIndexTuples and friends to new file
Next
From: Peter Geoghegan
Date:
Subject: Re: INSERT ... ON CONFLICT IGNORE (and UPDATE) 3.0