Re: 8.3.0 backend segfaults - Mailing list pgsql-bugs

From Tom Lane
Subject Re: 8.3.0 backend segfaults
Date
Msg-id 29052.1205350679@sss.pgh.pa.us
Whole thread Raw
In response to Re: 8.3.0 backend segfaults  ("Alex Hunsaker" <badalex@gmail.com>)
Responses Re: 8.3.0 backend segfaults
List pgsql-bugs
"Alex Hunsaker" <badalex@gmail.com> writes:
> Perhaps my simple updates are not enough for analyze to
> invalidate the query plan?  Should I be doing inserts/deletes or just
> more updates?

No, AFAICS the plan inval will happen after a vacuum regardless of whether
anything actually changed.  I'm thinking that there's some property
of the query or the invoked function that's relevant, but it's not
clear what.  (We'll know soon enough once we can reproduce it easily...)

            regards, tom lane

pgsql-bugs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: BUG #4027: backslash escaping not disabled in plpgsql
Next
From: "Alex Hunsaker"
Date:
Subject: Re: 8.3.0 backend segfaults