Re: [JDBC] Issue with large objects - Mailing list pgsql-admin

From Chris White (cjwhite)
Subject Re: [JDBC] Issue with large objects
Date
Msg-id 200412111742.iBBHgF6n015475@sj-core-3.cisco.com
Whole thread Raw
In response to Re: [JDBC] Issue with large objects  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [JDBC] Issue with large objects
List pgsql-admin
This is 7.4.5. I'm not sure I can get it to happen on an empty database, the
database this is happening on has about 300 large objects, but I will try.
Also, I found by re-indexing the pg_largeobject table the problem seems to
have gone away.

Chris White

-----Original Message-----
From: Tom Lane [mailto:tgl@sss.pgh.pa.us]
Sent: Saturday, December 11, 2004 9:36 AM
To: cjwhite@cisco.com
Cc: pgsql-admin@postgresql.org; pgsql-jdbc@postgresql.org
Subject: Re: [JDBC] Issue with large objects

"Chris White (cjwhite)" <cjwhite@cisco.com> writes:
> I am putting a large object into my database using jdbc interface and
> using LargeObjectManager to do largeobject open, write and close.
> After several largeobject writes I get the following message

> 'failed to re-find parent-key in "pg_largeobject_loid_pn_index"'

What PG version is this?  Can you put together a self-contained test case
(ie, one that causes the error starting from an empty database)?

            regards, tom lane

pgsql-admin by date:

Previous
From: Tom Lane
Date:
Subject: Re: [JDBC] Issue with large objects
Next
From: "Gayatri Ganpaa"
Date:
Subject: problem with JDBC connection on gumbo nodes