Re: Issues with ON CONFLICT UPDATE and REINDEX CONCURRENTLY

From: Michail Nikolaev <michail(dot)nikolaev(at)gmail(dot)com>
To: Michael Paquier <michael(at)paquier(dot)xyz>, Noah Misch <noah(at)leadboat(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Issues with ON CONFLICT UPDATE and REINDEX CONCURRENTLY
Date: 2025-01-13 21:58:00
Message-ID: CANtu0ohAo7Cgu4q8FsvX6=oWEz3BOoovxeRoAJWu=kFpeKd71w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello, everyone!

I have noticed tests are still flapping a little bit on FreeBSD.
Now I have added some markers to isolation specs to avoid possible race
conditions.

Best regards,
Mikhail.

>

Attachment Content-Type Size
v6-0003-Modify-the-infer_arbiter_indexes-function-to-also.patch application/octet-stream 8.1 KB
v6-0001-Specs-top-reproduce-the-issues-with-CREATE-INDEX-.patch application/octet-stream 58.7 KB
v6-0004-Modify-the-ExecInitPartitionInfo-function-to-cons.patch application/octet-stream 6.1 KB
v6-0002-Modify-the-infer_arbiter_indexes-function-to-cons.patch application/octet-stream 2.9 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeff Davis 2025-01-13 22:11:18 Re: Reduce TupleHashEntryData struct size by half
Previous Message Dean Rasheed 2025-01-13 21:53:22 Re: [PATCH] Add get_bytes() and set_bytes() functions