We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 188065c commit ca1c7e6Copy full SHA for ca1c7e6
src/bin/psql/command.c
@@ -3,7 +3,7 @@
3
*
4
* Copyright 2000 by PostgreSQL Global Development Group
5
6
- * $Header: /cvsroot/pgsql/src/bin/psql/command.c,v 1.39 2000/11/25 06:21:54 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/command.c,v 1.40 2000/11/26 11:09:32 petere Exp $
7
*/
8
#include "postgres.h"
9
#include "command.h"
@@ -1395,7 +1395,7 @@ static bool
1395
do_edit(const char *filename_arg, PQExpBuffer query_buf)
1396
{
1397
char fnametmp[MAXPGPATH];
1398
- FILE *stream;
+ FILE *stream = NULL;
1399
const char *fname;
1400
bool error = false;
1401
int fd;
0 commit comments