finalize in LargeObject - Mailing list pgsql-jdbc

From Philip Crotwell
Subject finalize in LargeObject
Date
Msg-id Pine.GSO.4.10.10103192226170.3299-100000@tigger.seis.sc.edu
Whole thread Raw
Responses Re: finalize in LargeObject
Re: finalize in LargeObject
List 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






pgsql-jdbc by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [PATCHES] BlobInputStream.java patch
Next
From: Bruce Momjian
Date:
Subject: Re: reteptools.jar