Re: reading row in backend

From: Patrick Welche <prlw1(at)newn(dot)cam(dot)ac(dot)uk>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: reading row in backend
Date: 2000-05-15 23:09:00
Message-ID: 20000516000900.E22468@quartz.newn.cam.ac.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, May 15, 2000 at 06:55:50PM -0400, Tom Lane wrote:
> Patrick Welche <prlw1(at)newn(dot)cam(dot)ac(dot)uk> writes:
> > ERROR: copy: line 57552, Tuple is too big: size 8152, max size 8140
>
> > Now, it would help me if I could actually get a clue as to which row this
> > is.
>
> Um ... doesn't that line number in the COPY source data help any?

Unfortunately not - in fact the 2nd large tuple allegedly has a smaller
line number than the first :(

Am I barking up the wrong tree if I think that the HeapTuple contains the
actual data? The first number in it would the primary key...

Cheers,

Patrick

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2000-05-15 23:22:30 Re: reading row in backend
Previous Message Tom Lane 2000-05-15 22:55:50 Re: reading row in backend