beta2 and blob's

From: Daniel Schuchardt <daniel_schuchardt(at)web(dot)de>
To: pgsql-hackers(at)postgresql(dot)org
Subject: beta2 and blob's
Date: 2004-09-07 11:08:30
Message-ID: chk4qk$1i74$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephan Szabo 2004-09-07 14:41:41 Re: Breakage in trigger.c
Previous Message Tom Lane 2004-09-07 02:40:10 Re: Indexed views?