Re: pgsql: Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.

From: Andres Freund <andres(at)anarazel(dot)de>
To: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Date: 2015-05-08 04:09:45
Message-ID: 0C60454B-67D5-4A04-9C3D-16C4EADB2A1C@anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On May 7, 2015 9:07:55 PM PDT, Michael Paquier <michael(dot)paquier(at)gmail(dot)com> wrote:
>On Fri, May 8, 2015 at 12:43 PM, Andres Freund <andres(at)anarazel(dot)de>
>wrote:
>> Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
>
>magpie is complaining:
>http://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=magpie&dt=2015-05-08%2003%3A45%3A15
>And I can reproduce the failure as well on my OSX laptop at least.

Pushed something that hopefully fixes that already. Works for you?

Andres

---
Please excuse brevity and formatting - I am writing this on my mobile phone.

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2015-05-08 04:12:29 Re: pgsql: Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Previous Message Michael Paquier 2015-05-08 04:07:55 Re: pgsql: Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2015-05-08 04:12:29 Re: pgsql: Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Previous Message Michael Paquier 2015-05-08 04:07:55 Re: pgsql: Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.