Skip to content

Commit 6e077b0

Browse files
committed
Further modifications for fixing createuser bug...
Submitted by: Rick Weldon <rick@wisetech.com>
1 parent 22113f8 commit 6e077b0

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
extern char* optarg;
11121112
extern int optind;
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
char errbuf[ERROR_MSG_LENGTH];
11191119

11201120
PsqlSettings settings;

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy