1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-03-04 15:51:29 +02:00

fix compiler warning. TODO: fix checkdb test

This commit is contained in:
Anastasia 2019-04-18 17:20:22 +03:00
parent c00bd3cd77
commit 9a785d6fa0

View File

@ -1576,7 +1576,7 @@ check_data_file(backup_files_arg* arguments,
FILE *in;
BlockNumber blknum = 0;
BlockNumber nblocks = 0;
int n_blocks_skipped = 0;
BlockNumber n_blocks_skipped = 0;
int page_state;
char curr_page[BLCKSZ];
bool is_valid = true;