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

From Mihail Nikalayeu
Subject Re: Issues with ON CONFLICT UPDATE and REINDEX CONCURRENTLY
Date
Msg-id CADzfLwW3UTDBUgi=oai-YVk-AtZR0R3OV+Mba-DTvottsMAfHw@mail.gmail.com
Whole thread Raw
In response to Re: Issues with ON CONFLICT UPDATE and REINDEX CONCURRENTLY  (Mihail Nikalayeu <mihailnikalayeu@gmail.com>)
List pgsql-hackers
Hello, Álvaro and others!

Attached version feels stable enough so far - 20 builds in a row on
all CI variants (including 3 BSD) - no failures so far.

I updated the commit message to include reference to previous commits.
Also, tests designed in a way to fail fast if something is going wrong
+ log some debug information in that case (active queries with its
states).

Special tricks to handle forced-cache release builds included too.

Also, there is a test which "breaks" all the fixes - to ensure the
test actually catches them, not intended to be committed of course.

Best regards,
Mikhail.

Attachment

pgsql-hackers by date:

Previous
From: Sami Imseih
Date:
Subject: Refactor query normalization into core query jumbling
Next
From: Michael Paquier
Date:
Subject: Switch buffile.c/h to use pgoff_t