Content-Length: 284378 | pFad | http://github.com/postgrespro/postgres/commit/6e077b0ae5eadc0d797e489953acf04f2bf95849

B8 Further modifications for fixing createuser bug... · postgrespro/postgres@6e077b0 · GitHub
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)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/6e077b0ae5eadc0d797e489953acf04f2bf95849

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy