Comment 3 for bug 932623

Revision history for this message
Sergei Glushchenko (sergei.glushchenko) wrote :

When we rename table after the full backup been taken but before the incremental backup been taken, we get a mismatch in tablespace's names.
I think we should match tablespaces by id when applying deltas. If we can't find matching id (ALTER TABLE), then match by name. Also we should rename tablespaces in older backup to match the new name. I propose to store table id in .meta file.