Re: BUG #6200: standby bad memory allocations on SELECT - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #6200: standby bad memory allocations on SELECT
Date
Msg-id 10830.1328045129@sss.pgh.pa.us
Whole thread Raw
In response to Re: BUG #6200: standby bad memory allocations on SELECT  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: BUG #6200: standby bad memory allocations on SELECT  (Bridget Frey <bridget.frey@redfin.com>)
Re: BUG #6200: standby bad memory allocations on SELECT  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-bugs
Robert Haas <robertmhaas@gmail.com> writes:
> On Tue, Jan 31, 2012 at 12:05 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> BTW, after a bit more reflection it occurs to me that it's not so much
>> that the data is necessarily *bad*, as that it seemingly doesn't match
>> the tuple descriptor that the backend's trying to interpret it with.

> Hmm.  Could this be caused by the recovery process failing to obtain a
> sufficiently strong lock on a buffer before replaying some WAL record?

Well, I was kinda speculating that inadequate locking could result in
use of a stale (or too-new?) tuple descriptor, and that would be as good
a candidate as any if the basic theory were right.  But Bridget says
they are not doing any DDL, so it's hard to see how there'd be any tuple
descriptor mismatch at all.  Still baffled ...

            regards, tom lane

pgsql-bugs by date:

Previous
From: Jon Nelson
Date:
Subject: Re: inet subtraction fails with IPv6?
Next
From: Tom Lane
Date:
Subject: Re: inet subtraction fails with IPv6?