finalize in LargeObject

From: Philip Crotwell <crotwell(at)seis(dot)sc(dot)edu>
To: PostgreSQL jdbc list <pgsql-jdbc(at)postgresql(dot)org>
Subject: finalize in LargeObject
Date: 2001-03-20 03:38:06
Message-ID: Pine.GSO.4.10.10103192226170.3299-100000@tigger.seis.sc.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc


Hi

Shouldn't there be a

protected void finalize() {
close();
}

in LargeObject.java so that the db resources are released when it is
garbage collected or am I missing something?

thanks,
Philip

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Bruce Momjian 2001-03-20 04:28:56 Re: reteptools.jar
Previous Message Bruce Momjian 2001-03-20 00:32:31 Re: [PATCHES] BlobInputStream.java patch