Skip to content

Commit b4c56bf

Browse files
committed
Version 2.0.13
- Do not include not changed relations into the PAGE backup - Correct procedure of obtaining backup_label and tablespace_map via SQL for exclusive backups - Do PTRACK backups only for ptrack_version >= 1.4
1 parent b269c84 commit b4c56bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pg_probackup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#include <sys/stat.h>
1818
#include <unistd.h>
1919

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

tests/expected/option_version.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pg_probackup 2.0.12
1+
pg_probackup 2.0.13

0 commit comments

Comments
 (0)