提交 4dca29dd 编写于 作者: B Bruce Momjian

Remove large object finalize code. Compile error.

上级 398b41a2
......@@ -121,14 +121,6 @@ public class LargeObjectManager
DriverManager.println("Large Object initialised");
}
/*
* Added to free resources during garbage collection,
* Philip Crotwell <crotwell@seis.sc.edu>
*/
protected void finalize() {
close();
}
/**
* This opens an existing large object, based on its OID. This method
* assumes that READ and WRITE access is required (the default).
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册