Re: ANALYZE: ERROR: tuple already updated by self - Mailing list pgsql-hackers

From Peter Geoghegan
Subject Re: ANALYZE: ERROR: tuple already updated by self
Date
Msg-id CAH2-Wzn14zz+ZNLmfWQB_SBQNpdBkgPFtEEoV6XxPYa1PUzcKg@mail.gmail.com
Whole thread Raw
In response to Re: ANALYZE: ERROR: tuple already updated by self  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
On Tue, Jun 18, 2019 at 5:09 PM Andres Freund <andres@anarazel.de> wrote:
> > It might be interesting to set a breakpoint within heap_update(),
> > which is called by simple_heap_update() --technically, this is where
> > the reported failure occurs. From there, you could send an image of
> > the page to the list by following the procedure described here:

> Hm, what are you hoping to glean by doing so?

Nothing in particular. I see no reason to assume that we know what
that looks like, though. It's easy to check.

-- 
Peter Geoghegan



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: ANALYZE: ERROR: tuple already updated by self
Next
From: Justin Pryzby
Date:
Subject: Re: ANALYZE: ERROR: tuple already updated by self