Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit be18e8d

Browse files
committed
add debug message
1 parent 96fe569 commit be18e8d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

data.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,10 @@ backup_data_file(const char *from_root, const char *to_root,
231231
datapagemap_iterator_t *iter;
232232
iter = datapagemap_iterate(&file->pagemap);
233233
while (datapagemap_next(iter, &blknum))
234+
{
235+
elog(WARNING, "Iter bitmap. blknum %u, nblocks %u", blknum, nblocks);
234236
backup_data_page(file, lsn, blknum, nblocks, in, out, &crc);
237+
}
235238

236239
pg_free(iter);
237240
/*

0 commit comments

Comments
 (0)