You've already forked pg_probackup
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:
@@ -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);
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user