File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/interfaces/jdbc/org/postgresql/jdbc1 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
* Copyright (c) 2003, PostgreSQL Global Development Group
10
10
*
11
11
* IDENTIFICATION
12
- * $Header: /cvsroot/pgsql/src/interfaces/jdbc/org/postgresql/jdbc1/Attic/AbstractJdbc1Connection.java,v 1.22 2003/08/11 20:54:55 barry Exp $
12
+ * $Header: /cvsroot/pgsql/src/interfaces/jdbc/org/postgresql/jdbc1/Attic/AbstractJdbc1Connection.java,v 1.23 2003/08/15 18:36:58 barry Exp $
13
13
*
14
14
*-------------------------------------------------------------------------
15
15
*/
@@ -1121,7 +1121,7 @@ public void closeV3() throws SQLException
1121
1121
try
1122
1122
{
1123
1123
pgStream .SendChar ('X' );
1124
- pgStream .SendInteger (0 ,4 );
1124
+ pgStream .SendInteger (4 ,4 );
1125
1125
pgStream .flush ();
1126
1126
pgStream .close ();
1127
1127
}
You can’t perform that action at this time.
0 commit comments