mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-14 18:37:03 +08: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 fn[MAXPGPATH];
|
||||
int current_len_left;
|
||||
int current_padding;
|
||||
int current_padding = 0;
|
||||
char *copybuf = NULL;
|
||||
FILE *file = NULL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user