Skip to content

Commit f9e36ee

Browse files
committed
Version 2.0.15
- fix infinite loop in page validation - fix segfault in parallel ptrack connections - allow to use delete-wal option wihtout delete-expired(in accordance with documentation) - allow to use pg_ptrack_get_block if it`s available and page is invalid - help update - testgres 1.3 support - pglz is not thread-safe, do not allow multithread backup with pglz compression - multiple minor fixes
1 parent 64e38b8 commit f9e36ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pg_probackup.c

+1-1
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.14";
20+
const char *PROGRAM_VERSION = "2.0.15";
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pg_probackup 2.0.14
1+
pg_probackup 2.0.15

0 commit comments

Comments
 (0)