提交 bf9e01d9 编写于 作者: B Bruce Momjian

Add large object finalization cleanup to the proper java file.

上级 4dca29dd
......@@ -89,6 +89,12 @@ public class LargeObject
this.fd = fp.getInteger("lo_open",args);
}
/* Release large object resources during garbage cleanup */
protected void finalize() throws SQLException
{
close();
}
/**
* @return the OID of this LargeObject
*/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册