Re: Issues with ON CONFLICT UPDATE and REINDEX CONCURRENTLY - Mailing list pgsql-hackers

From Michail Nikolaev
Subject Re: Issues with ON CONFLICT UPDATE and REINDEX CONCURRENTLY
Date
Msg-id CANtu0ojga8s9+J89cAgLzn2e-bQgy3L0iQCKaCnTL=ppot=qhw@mail.gmail.com
Whole thread Raw
In response to Re: Issues with ON CONFLICT UPDATE and REINDEX CONCURRENTLY  (Michail Nikolaev <michail.nikolaev@gmail.com>)
List pgsql-hackers
Hell, everyone!

Using the brand-new injection points support in specs, I created a spec to reproduce the issue.

It fails like this currently:

make -C src/test/modules/injection_points/ check

@@ -64,6 +64,7 @@
 
 step s3_s1: <... completed>
 step s2_s1: <... completed>
+ERROR:  duplicate key value violates unique constraint "tbl_pkey_ccold"
 
 starting permutation: s3_s1 s2_s1 s4_s1 s1_s1 s4_s2 s4_s3
 injection_points_attach
@@ -129,3 +130,4 @@
 
 step s3_s1: <... completed>
 step s2_s1: <... completed>
+ERROR:  duplicate key value violates unique constraint "tbl_pkey"

Best regards,
Mikhail.
Attachment

pgsql-hackers by date:

Previous
From: Aleksander Alekseev
Date:
Subject: Re: Fsync (flush) all inserted WAL records
Next
From: Pavel Stehule
Date:
Subject: Re: proposal: schema variables