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 b5a70fc commit fac4250Copy full SHA for fac4250
src/dir.c
@@ -149,7 +149,7 @@ pgFileInit(const char *path)
149
file->is_datafile = false;
150
file->linked = NULL;
151
file->pagemap.bitmap = NULL;
152
- file->pagemap.bitmapsize = PageBitmapIsAbsent;
+ file->pagemap.bitmapsize = (current.backup_mode == BACKUP_MODE_DIFF_PAGE) ? PageBitmapIsEmpty : PageBitmapIsAbsent;
153
file->tblspcOid = 0;
154
file->dbOid = 0;
155
file->relOid = 0;
0 commit comments