提交 6e077b0a 编写于 作者: M Marc G. Fournier

Further modifications for fixing createuser bug...

Submitted by: Rick Weldon <rick@wisetech.com>
上级 22113f81
......@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.7 1996/07/25 06:46:35 julian Exp $
* $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.8 1996/07/27 02:40:45 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
......@@ -1111,10 +1111,10 @@ main(int argc, char** argv)
extern char* optarg;
extern int optind;
char* dbname = NULL;
char* host = NULL;
char* port = NULL;
char* qfilename = NULL;
char* dbname = (char *)NULL;
char* host = (char *)NULL;
char* port = (char *)NULL;
char* qfilename = (char *)NULL;
char errbuf[ERROR_MSG_LENGTH];
PsqlSettings settings;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册