Re: INSERT ... ON CONFLICT UPDATE/IGNORE 4.0 - Mailing list pgsql-hackers

From Peter Geoghegan
Subject Re: INSERT ... ON CONFLICT UPDATE/IGNORE 4.0
Date
Msg-id CAM3SWZQU_5WREKvn908XQgmDR3RDhiWjJ2ebzq0VYfX1mM60TA@mail.gmail.com
Whole thread Raw
In response to Re: INSERT ... ON CONFLICT UPDATE/IGNORE 4.0  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
On Mon, Apr 27, 2015 at 6:43 AM, Andres Freund <andres@anarazel.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



pgsql-hackers by date:

Previous
From: Amit Langote
Date:
Subject: ATSimpleRecursion() and inheritance foreign parents
Next
From: Dean Rasheed
Date:
Subject: Re: Improving RLS qual pushdown