Skip to content

Commit 6b539ad

Browse files
committed
set 0 to PageBitmapIsAbsent
1 parent a295960 commit 6b539ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pg_probackup.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ typedef struct pgFile
112112

113113
/* Special values of datapagemap_t bitmapsize */
114114
#define PageBitmapIsEmpty 0 /* Used to mark unchanged datafiles */
115-
#define PageBitmapIsAbsent -1 /* Used to mark files with unknown state of pagemap, i.e. datafiles without _ptrack */
115+
#define PageBitmapIsAbsent 0 /* Used to mark files with unknown state of pagemap, i.e. datafiles without _ptrack */
116116

117117
/* Current state of backup */
118118
typedef enum BackupStatus

0 commit comments

Comments
 (0)