8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 398b41a commit 4dca29dCopy full SHA for 4dca29d
src/interfaces/jdbc/org/postgresql/largeobject/LargeObjectManager.java
@@ -121,14 +121,6 @@ public LargeObjectManager(org.postgresql.Connection conn) throws SQLException
121
DriverManager.println("Large Object initialised");
122
}
123
124
- /*
125
- * Added to free resources during garbage collection,
126
- * Philip Crotwell <crotwell@seis.sc.edu>
127
- */
128
- protected void finalize() {
129
- close();
130
- }
131
-
132
/**
133
* This opens an existing large object, based on its OID. This method
134
* assumes that READ and WRITE access is required (the default).
0 commit comments