Re: [HACKERS] beta2 and blob's

2004-09-11 Thread Tom Lane
Daniel Schuchardt <[EMAIL PROTECTED]> writes: > Hi with beta2 i get > leak:relation "pg_largeobject_loid_pn_index" has refcnt 1 instead of 0 Fixed, thanks. regards, tom lane ---(end of broadcast)--- TIP 4: Don't 'kill -9' th

[HACKERS] beta2 and blob's

2004-09-10 Thread Daniel Schuchardt
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