Skip to content

Commit 62a6317

Browse files
committed
Version 2.0.22
- Calculate checksum for backuped files using CRC-32, validate pre 2.0.22 backups using CRC-32C - Do not backup unchanged _vm,_fsm, pg_clog, pg_multixact, etc files - Write program-version only during backup - Minor fixes and bug fixes
1 parent 0e6b0b2 commit 62a6317

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: src/pg_probackup.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
#include "utils/thread.h"
1919

20-
const char *PROGRAM_VERSION = "2.0.21";
20+
const char *PROGRAM_VERSION = "2.0.22";
2121
const char *PROGRAM_URL = "https://github.com/postgrespro/pg_probackup";
2222
const char *PROGRAM_EMAIL = "https://github.com/postgrespro/pg_probackup/issues";
2323

Diff for: tests/expected/option_version.out

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pg_probackup 2.0.21
1+
pg_probackup 2.0.22

0 commit comments

Comments
 (0)