File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
*
8
8
*
9
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.62 1997/05/22 23:57:27 momjian Exp $
10
+ * $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.63 1997/05/23 00:20:20 momjian Exp $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
@@ -848,7 +848,7 @@ do_connect(const char *new_dbname,
848
848
free (userenv );
849
849
userenv = malloc (strlen ("PGUSER=" ) + strlen (new_user ) + 1 );
850
850
sprintf (userenv ,"PGUSER=%s" ,new_user );
851
- putenv (userenv ); /* putenv() continues to use memory in env. */
851
+ putenv (userenv ); /*Solaris putenv() continues to use memory in env*/
852
852
}
853
853
settings -> db = PQsetdb (PQhost (olddb ), PQport (olddb ),
854
854
NULL , NULL , new_dbname );
You can’t perform that action at this time.
0 commit comments