Re: unexpected data beyond EOF and character encoding - Mailing list pgsql-general

From Jaime Silvela
Subject Re: unexpected data beyond EOF and character encoding
Date
Msg-id 460A812A.80706@bear.com
Whole thread Raw
In response to Re: unexpected data beyond EOF and character encoding  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: unexpected data beyond EOF and character encoding  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
The kernel is Linux 2.6.5
I'll drop and redo this evening after hours - the migration takes a
couple of hours. The source database is under medium load, with a couple
of heavy updates, but the target database is a clean 8.2.3 install, and
only being written to by pg_restore.
So I take it that this happens on the restore part, not the dump part then?

Thanks
Jaime


Tom Lane wrote:
> Jaime Silvela <JSilvela@Bear.com> writes:
>
>> I'm seeing these messages
>>
>
>
>> ERROR:  unexpected data beyond EOF in block 4506 of relation
>> "coverage_test_val"
>> HINT:  This has been seen to occur with buggy kernels; consider updating
>> your system.
>>
>
> So what kernel are you running, on what hardware?  Is the problem
> reproducible if you drop the target database and start over?  The
> known cases of this problem have been under heavy concurrent update
> load (multiple sessions trying to extend a table concurrently).
> I don't entirely see how you could get it if the COPY is the only
> thing writing that table ...
>
>             regards, tom lane
>
>


***********************************************************************
Bear Stearns is not responsible for any recommendation, solicitation,
offer or agreement or any information about any transaction, customer
account or account activity contained in this communication.

Bear Stearns does not provide tax, legal or accounting advice.  You
should consult your own tax, legal and accounting advisors before
engaging in any transaction. In order for Bear Stearns to comply with
Internal Revenue Service Circular 230 (if applicable), you are notified
that any discussion of U.S. federal tax issues contained or referred to
herein is not intended or written to be used, and cannot be used, for
the purpose of:  (A) avoiding penalties that may be imposed under the
Internal Revenue Code; nor (B) promoting, marketing or recommending to
another party any transaction or matter addressed herein.
***********************************************************************

pgsql-general by date:

Previous
From: Mark
Date:
Subject: Re: question: knopixx and postgresql on flash drive
Next
From: Tom Lane
Date:
Subject: Re: unexpected data beyond EOF and character encoding