mirror of
https://github.com/postgres/postgres.git
synced 2025-07-08 11:42:09 +03:00
Suppress uninitialized-variable warning.
This commit is contained in:
@ -427,7 +427,7 @@ ReceiveAndUnpackTarFile(PGconn *conn, PGresult *res, int rownum)
|
|||||||
char current_path[MAXPGPATH];
|
char current_path[MAXPGPATH];
|
||||||
char fn[MAXPGPATH];
|
char fn[MAXPGPATH];
|
||||||
int current_len_left;
|
int current_len_left;
|
||||||
int current_padding;
|
int current_padding = 0;
|
||||||
char *copybuf = NULL;
|
char *copybuf = NULL;
|
||||||
FILE *file = NULL;
|
FILE *file = NULL;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user