Skip to content

Commit ca1c7e6

Browse files
committed
Silence warning
1 parent 188065c commit ca1c7e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bin/psql/command.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright 2000 by PostgreSQL Global Development Group
55
*
6-
* $Header: /cvsroot/pgsql/src/bin/psql/command.c,v 1.39 2000/11/25 06:21:54 momjian Exp $
6+
* $Header: /cvsroot/pgsql/src/bin/psql/command.c,v 1.40 2000/11/26 11:09:32 petere Exp $
77
*/
88
#include "postgres.h"
99
#include "command.h"
@@ -1395,7 +1395,7 @@ static bool
13951395
do_edit(const char *filename_arg, PQExpBuffer query_buf)
13961396
{
13971397
char fnametmp[MAXPGPATH];
1398-
FILE *stream;
1398+
FILE *stream = NULL;
13991399
const char *fname;
14001400
bool error = false;
14011401
int fd;

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