Re: seg fault crashed the postmaster - Mailing list pgsql-general

From Tom Lane
Subject Re: seg fault crashed the postmaster
Date
Msg-id 7579.1293835353@sss.pgh.pa.us
Whole thread Raw
In response to Re: seg fault crashed the postmaster  (Gordon Shannon <gordo169@gmail.com>)
Responses Re: seg fault crashed the postmaster  (Gordon Shannon <gordo169@gmail.com>)
List pgsql-general
Gordon Shannon <gordo169@gmail.com> writes:
> I assume you can now see the plan?  I uploaded it twice, once via gmail and
> once on Nabble.

Yeah, the Nabble one works.  Now I'm even more confused, because the
whole-row var seems to be coming from the outside of the nestloop, which
is about the simplest possible case.

> The number of matching rows on these queries is anything from 0 to 10000.  I
> don't think I can tell how many would have matched on the ones that
> crashed.  Although I suspect it would have been toward the 10000 end.   I've
> been trying to get a reproducable test case with no luck so far.

No luck here either.  A couple further questions --- do you think it's
likely that you could have been over 10000 matches, ie, the LIMIT
actually kicked in?  Also, could there have been more than two
concurrent updates acting on the same rows?

            regards, tom lane

pgsql-general by date:

Previous
From: Gordon Shannon
Date:
Subject: Re: seg fault crashed the postmaster
Next
From: Gordon Shannon
Date:
Subject: Re: seg fault crashed the postmaster