1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2026-06-21 01:34:15 +02:00

add debug message

This commit is contained in:
Anastasia
2017-02-14 11:27:15 +03:00
parent 96fe569f6f
commit be18e8d39e
+3
View File
@@ -231,7 +231,10 @@ backup_data_file(const char *from_root, const char *to_root,
datapagemap_iterator_t *iter;
iter = datapagemap_iterate(&file->pagemap);
while (datapagemap_next(iter, &blknum))
{
elog(WARNING, "Iter bitmap. blknum %u, nblocks %u", blknum, nblocks);
backup_data_page(file, lsn, blknum, nblocks, in, out, &crc);
}
pg_free(iter);
/*