1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-01-22 11:44:34 +02:00

Added initialization of variable for tablespace renaming

This commit is contained in:
Victor Spirin 2018-12-25 14:08:15 +03:00
parent 9e8d70d51b
commit 31830df36d

View File

@ -894,6 +894,7 @@ opt_tablespace_map(ConfigOption *opt, const char *arg)
char *dst_ptr;
const char *arg_ptr;
memset(cell, 0, sizeof(TablespaceListCell));
dst_ptr = dst = cell->old_dir;
for (arg_ptr = arg; *arg_ptr; arg_ptr++)
{