Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4dca29d

Browse files
committed
Remove large object finalize code. Compile error.
1 parent398b41a commit4dca29d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

‎src/interfaces/jdbc/org/postgresql/largeobject/LargeObjectManager.java

Lines changed: 0 additions & 8 deletions
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-
protectedvoidfinalize() {
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).

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp