8000 Remove large object finalize code. Compile error. · postgrespro/postgres_cluster@4dca29d · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 4dca29d

Browse files
committed
Remove large object finalize code. Compile error.
1 parent 398b41a commit 4dca29d

File tree

1 file changed

+0
-8
lines changed
Original file line numberDiff line numberDiff line change
@@ -121,14 +121,6 @@ public LargeObjectManager(org.postgresql.Connection conn) throws SQLException
121121
DriverManager.println("Large Object initialised");
122122
}
123123

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-
132124
/**
133125
* This opens an existing large object, based on its OID. This method
134126
* assumes that READ and WRITE access is required (the default).