beta2 and blob's - Mailing list pgsql-hackers

From Daniel Schuchardt
Subject beta2 and blob's
Date
Msg-id chk4qk$1i74$1@news.hub.org
Whole thread Raw
Responses Re: beta2 and blob's  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Hi with beta2 i get

leak:relation "pg_largeobject_loid_pn_index" has refcnt 1 instead of 0

while running my script
that's an example throwing this message

UPDATE reports SET r_blob=lo_import('../reports.r_id.'|| CAST(r_id AS 
VARCHAR) || '.blob') WHERE r_blob IS NOT NULL

PS : everything seem to be done in the right way. My data is ok.

Daniel


pgsql-hackers by date:

Previous
From: "Grossniklaus Bruno"
Date:
Subject: Error starting PostgreSQL on Win XP: failed to get token information: 122
Next
From: Daniel Schuchardt
Date:
Subject: beta 2 crash with unique constraints