mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-27 08:39:28 +08:00
Remove large object finalize code. Compile error.
This commit is contained in:
parent
398b41a23f
commit
4dca29dd3c
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user