1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-11-24 08:52:38 +02:00

fix tablespace mapping bug

This commit is contained in:
Anastasia 2017-05-02 12:50:34 +03:00
parent 3c707a0a83
commit 01a21462ac

View File

@ -991,6 +991,7 @@ set_tablespace_created(const char *link, const char *dir)
strcpy(cell->link_name, link);
strcpy(cell->linked_dir, dir);
cell->next = NULL;
if (tablespace_created_dirs.tail)
tablespace_created_dirs.tail->next = cell;