From bfb9f8e6c93b2c638014779f1429d726c35e4e69 Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Sat, 21 Apr 2001 11:34:34 +0000 Subject: Upgrade to 7.1, change to new layout style. PR: ports/26741 Submitted by: maintainer --- databases/postgresql73/files/patch-jdbc1-statement | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 databases/postgresql73/files/patch-jdbc1-statement (limited to 'databases/postgresql73/files/patch-jdbc1-statement') diff --git a/databases/postgresql73/files/patch-jdbc1-statement b/databases/postgresql73/files/patch-jdbc1-statement new file mode 100644 index 000000000000..41a9a2971f5a --- /dev/null +++ b/databases/postgresql73/files/patch-jdbc1-statement @@ -0,0 +1,13 @@ +--- src/interfaces/jdbc/org/postgresql/jdbc1/Statement.java~ Fri Feb 23 19:12:23 2001 ++++ src/interfaces/jdbc/org/postgresql/jdbc1/Statement.java Wed Apr 18 08:51:03 2001 +@@ -288,8 +288,8 @@ + */ + public java.sql.ResultSet getResultSet() throws SQLException + { +- if (result != null) && ((org.postgresql.ResultSet)result.reallyResultSet()) +- return result; ++ if (result != null && ((org.postgresql.ResultSet)result).reallyResultSet()) ++ return result; + return null; + } + -- cgit v1.2.3