row from index tuple

From: Scott Ribe <scott_ribe(at)elevated-dev(dot)com>
To: Pgsql-admin <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: row from index tuple
Date: 2026-02-04 16:09:25
Message-ID: A3158AF1-F385-469F-8FBF-0CC1670688DC@elevated-dev.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-admin

How can I get from an index tuple to the row?

The situation is that we're seeing deadlocks on inserts, because two different sources are sending rows that have the same unique constraint, when they should not be doing that. Would love to get to an example row to hunt this down further.

--
Scott Ribe
scott_ribe(at)elevated-dev(dot)com
https://www.linkedin.com/in/scottribe/

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Ron Johnson 2026-02-04 17:23:54 Re: row from index tuple
Previous Message Ron Johnson 2026-02-03 16:33:04 Re: Does pg_dump custom format only compress the table data?