mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2024-12-05 11:00:22 +02:00
set 0 to PageBitmapIsAbsent
This commit is contained in:
parent
a2959609c8
commit
6b539ad59a
@ -112,7 +112,7 @@ typedef struct pgFile
|
|||||||
|
|
||||||
/* Special values of datapagemap_t bitmapsize */
|
/* Special values of datapagemap_t bitmapsize */
|
||||||
#define PageBitmapIsEmpty 0 /* Used to mark unchanged datafiles */
|
#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 */
|
/* Current state of backup */
|
||||||
typedef enum BackupStatus
|
typedef enum BackupStatus
|
||||||
|
Loading…
Reference in New Issue
Block a user