Re: Minor ON CONFLICT related fixes

From: Peter Geoghegan <pg(at)heroku(dot)com>
To: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Minor ON CONFLICT related fixes
Date: 2015-05-12 02:02:52
Message-ID: CAM3SWZSK-+UexG8yYLHPr1px+kShNx=_7xAKXsOQbRytcq+cyQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, May 11, 2015 at 6:53 PM, Peter Geoghegan <pg(at)heroku(dot)com> wrote:
> Attached patch fixes some issues with ON CONFLICT DO UPDATE/DO
> NOTHING. There is a commit message which explains the changes at a
> high level.

I just realized that there is a silly bug here. Attached is a fix that
applies on top of the original.

--
Peter Geoghegan

Attachment Content-Type Size
0002-Add-closing-bracket.patch text/x-patch 1011 bytes

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2015-05-12 02:11:24 Re: Minor ON CONFLICT related fixes
Previous Message Peter Geoghegan 2015-05-12 01:53:22 Minor ON CONFLICT related fixes