We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a295960 commit 6b539adCopy full SHA for 6b539ad
src/pg_probackup.h
@@ -112,7 +112,7 @@ typedef struct pgFile
112
113
/* Special values of datapagemap_t bitmapsize */
114
#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 */
+#define PageBitmapIsAbsent 0 /* Used to mark files with unknown state of pagemap, i.e. datafiles without _ptrack */
116
117
/* Current state of backup */
118
typedef enum BackupStatus
0 commit comments