diff options
Diffstat (limited to 'src/interfaces/jdbc/org/postgresql/PG_Stream.java')
-rw-r--r-- | src/interfaces/jdbc/org/postgresql/PG_Stream.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/interfaces/jdbc/org/postgresql/PG_Stream.java b/src/interfaces/jdbc/org/postgresql/PG_Stream.java index 488edecdf0..9a85df8a25 100644 --- a/src/interfaces/jdbc/org/postgresql/PG_Stream.java +++ b/src/interfaces/jdbc/org/postgresql/PG_Stream.java @@ -10,7 +10,7 @@ import org.postgresql.core.*; import org.postgresql.util.*; /* - * $Id: PG_Stream.java,v 1.15 2001/11/19 22:33:37 momjian Exp $ + * $Id: PG_Stream.java,v 1.16 2001/11/19 23:16:45 momjian Exp $ * * This class is used by Connection & PGlobj for communicating with the * backend. @@ -371,5 +371,4 @@ public class PG_Stream pg_input.close(); connection.close(); } - } |