Skip to content

Commit f9d3099

Browse files
committed
[Issue #228] WIP
1 parent 483f9b6 commit f9d3099

File tree

8 files changed

+548
-184
lines changed

8 files changed

+548
-184
lines changed

src/catalog.c

+3
Original file line numberDiff line numberDiff line change
@@ -1905,6 +1905,9 @@ write_backup_filelist(pgBackup *backup, parray *files, const char *root,
19051905
if (file->n_blocks > 0)
19061906
len += sprintf(line+len, ",\"n_blocks\":\"%i\"", file->n_blocks);
19071907

1908+
if (file->n_headers > 0)
1909+
len += sprintf(line+len, ",\"n_headers\":\"%i\"", file->n_headers);
1910+
19081911
sprintf(line+len, "}\n");
19091912

19101913
if (sync)

0 commit comments

Comments
 (0)