Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6e077b0

Browse files
committed
Further modifications for fixing createuser bug...
Submitted by: Rick Weldon <rick@wisetech.com>
1 parent22113f8 commit6e077b0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎src/bin/psql/psql.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.7 1996/07/25 06:46:35 julian Exp $
10+
* $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.8 1996/07/27 02:40:45 scrappy Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -1111,10 +1111,10 @@ main(int argc, char** argv)
11111111
externchar*optarg;
11121112
externintoptind;
11131113

1114-
char*dbname=NULL;
1115-
char*host=NULL;
1116-
char*port=NULL;
1117-
char*qfilename=NULL;
1114+
char*dbname=(char*)NULL;
1115+
char*host=(char*)NULL;
1116+
char*port=(char*)NULL;
1117+
char*qfilename=(char*)NULL;
11181118
charerrbuf[ERROR_MSG_LENGTH];
11191119

11201120
PsqlSettingssettings;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp