Re: postmaster core ( finally I have it ) - Mailing list pgsql-hackers

From Tom Lane
Subject Re: postmaster core ( finally I have it )
Date
Msg-id 19629.1059329501@sss.pgh.pa.us
Whole thread Raw
In response to Re: postmaster core ( finally I have it )  ("Mendola Gaetano" <mendola@bigfoot.com>)
List pgsql-hackers
"Mendola Gaetano" <mendola@bigfoot.com> writes:
> From: "Tom Lane" <tgl@sss.pgh.pa.us>
>> I suspect some form of
>> data corruption in the pg_rewrite row(s) for this table.  Do you
>> see any misbehavior when you do
>> 
>> select * from pg_rewrite where ev_class = 'v_psl_package_info'::regclass

> All seems good.

I really don't see any other explanation for a crash in that routine
than problems with the pg_rewrite data.

Do you get this any time you try to do something with the
v_psl_package_info view, or is it a once-in-a-while problem?
If the latter, I wonder whether it could be an issue with a
flaky disk sector ...
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Mendola Gaetano"
Date:
Subject: Re: postmaster core ( finally I have it )
Next
From: Bruce Momjian
Date:
Subject: Re: [PATCHES] PATCH: Memory leaks on start-up