Re: INSERT ... ON CONFLICT UPDATE/IGNORE 4.0

From: Andres Freund <andres(at)anarazel(dot)de>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Peter Geoghegan <pg(at)heroku(dot)com>, hlinnaka <hlinnaka(at)iki(dot)fi>, Jeff Janes <jeff(dot)janes(at)gmail(dot)com>, Stephen Frost <sfrost(at)snowman(dot)net>, Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com>, Bruce Momjian <bruce(at)momjian(dot)us>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: INSERT ... ON CONFLICT UPDATE/IGNORE 4.0
Date: 2015-05-08 17:37:42
Message-ID: 20150508173742.GQ12950@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-hackers

On 2015-05-08 19:32:02 +0200, Andres Freund wrote:
> If the failure is indeed caused by checkxmin (trying to reproduce
> right now), we can just remove the updates in that subsection of the
> tests. They're not relevant.

Hm. Or easier and uglier, replace the CREATE INDEX statements with
CREATE INDEX CONCURRENTLY. There's a fair bunch of tests in that file,
and keeping them update free will be annoying.

Greetings,

Andres Freund

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Andres Freund 2015-05-08 18:06:36 Re: INSERT ... ON CONFLICT UPDATE/IGNORE 4.0
Previous Message Heikki Linnakangas 2015-05-08 17:37:15 Re: INSERT ... ON CONFLICT UPDATE/IGNORE 4.0

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2015-05-08 17:46:26 Re: Custom/Foreign-Join-APIs (Re: [v9.5] Custom Plan API)
Previous Message Heikki Linnakangas 2015-05-08 17:37:15 Re: INSERT ... ON CONFLICT UPDATE/IGNORE 4.0