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

From: Peter Geoghegan <pg(at)heroku(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: 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-04-28 06:49:39
Message-ID: CAM3SWZQU_5WREKvn908XQgmDR3RDhiWjJ2ebzq0VYfX1mM60TA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-hackers

On Mon, Apr 27, 2015 at 6:43 AM, Andres Freund <andres(at)anarazel(dot)de> wrote:
> Could you please add the tests for the logical decoding code you added?
> I presume you have some already/

Most of the tests I used for logical decoding were stress tests (i.e.
prominently involved my favorite tool, jjanes_upsert). There is a
regression test added, but it's not especially sophisticated. Which
may be a problem.

--
Peter Geoghegan

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Albe Laurenz 2015-04-28 08:28:58 Re: How do I install/run PostgreSQL 9.4 64 bit on Windows 7 Professional?
Previous Message Peter Geoghegan 2015-04-28 06:02:17 Re: INSERT ... ON CONFLICT UPDATE/IGNORE 4.0

Browse pgsql-hackers by date

  From Date Subject
Next Message Dean Rasheed 2015-04-28 06:57:01 Re: Improving RLS qual pushdown
Previous Message Amit Langote 2015-04-28 06:17:08 ATSimpleRecursion() and inheritance foreign parents