Re: ERROR: unexpected data beyond EOF - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: ERROR: unexpected data beyond EOF
Date
Msg-id 20150430172832.GS4369@alvh.no-ip.org
Whole thread Raw
In response to ERROR: unexpected data beyond EOF  ("Joshua D. Drake" <jd@commandprompt.com>)
Responses Re: ERROR: unexpected data beyond EOF
Re: ERROR: unexpected data beyond EOF
List pgsql-hackers
Joshua D. Drake wrote:
> 
> Alright folks,
> 
> So I have this error:
> 
> postgres[21118]: [8-1] ERROR:  unexpected data beyond EOF
> in block 9 of relation base/430666195/430666206
> 
> Which produces this lovely hint:
> 
> postgres[21118]: [8-2] HINT:  This has been seen to occur with buggy
> kernels; consider updating your system.
> 
> However, the problem is, all relevant information we can find is Linux/NFS
> based.

I have vague recollections of seeing this relatively recently on tables
that were truncated often.  Is that the case here?

-- 
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-hackers by date:

Previous
From: Bernd Helmle
Date:
Subject: cost_index() and path row estimate.
Next
From: Qingqing Zhou
Date:
Subject: Re: Use outerPlanState() consistently in executor code