Version 2.0.12

- Do not include unlogged relations into the backup.
- Use exclusive backup for PTRACK backups.
- Do not throw an error if the file was truncated during backup.
This commit is contained in:
Anastasia
2017-11-23 11:28:04 +03:00
parent be84258cd1
commit fae522df4a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
#include <sys/stat.h>
#include <unistd.h>
const char *PROGRAM_VERSION = "2.0.11";
const char *PROGRAM_VERSION = "2.0.12";
const char *PROGRAM_URL = "https://github.com/postgrespro/pg_probackup";
const char *PROGRAM_EMAIL = "https://github.com/postgrespro/pg_probackup/issues";
+1 -1
View File
@@ -1 +1 @@
pg_probackup 2.0.11
pg_probackup 2.0.12