mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2026-06-21 01:34:15 +02:00
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
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
#include "utils/thread.h"
|
#include "utils/thread.h"
|
||||||
|
|
||||||
const char *PROGRAM_VERSION = "2.0.21";
|
const char *PROGRAM_VERSION = "2.0.22";
|
||||||
const char *PROGRAM_URL = "https://github.com/postgrespro/pg_probackup";
|
const char *PROGRAM_URL = "https://github.com/postgrespro/pg_probackup";
|
||||||
const char *PROGRAM_EMAIL = "https://github.com/postgrespro/pg_probackup/issues";
|
const char *PROGRAM_EMAIL = "https://github.com/postgrespro/pg_probackup/issues";
|
||||||
|
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
pg_probackup 2.0.21
|
pg_probackup 2.0.22
|
||||||
Reference in New Issue
Block a user