1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-12-04 10:44:46 +02:00

set 0 to PageBitmapIsAbsent

This commit is contained in:
Victor Spirin 2018-06-28 12:33:16 +03:00
parent a2959609c8
commit 6b539ad59a

View File

@ -112,7 +112,7 @@ typedef struct pgFile
/* Special values of datapagemap_t bitmapsize */
#define PageBitmapIsEmpty 0 /* Used to mark unchanged datafiles */
#define PageBitmapIsAbsent -1 /* Used to mark files with unknown state of pagemap, i.e. datafiles without _ptrack */
#define PageBitmapIsAbsent 0 /* Used to mark files with unknown state of pagemap, i.e. datafiles without _ptrack */
/* Current state of backup */
typedef enum BackupStatus