mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2024-12-02 09:53:24 +02:00
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
This commit is contained in:
parent
64e38b8061
commit
f9e36ee01e
@ -17,7 +17,7 @@
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
|
||||
const char *PROGRAM_VERSION = "2.0.14";
|
||||
const char *PROGRAM_VERSION = "2.0.15";
|
||||
const char *PROGRAM_URL = "https://github.com/postgrespro/pg_probackup";
|
||||
const char *PROGRAM_EMAIL = "https://github.com/postgrespro/pg_probackup/issues";
|
||||
|
||||
|
@ -1 +1 @@
|
||||
pg_probackup 2.0.14
|
||||
pg_probackup 2.0.15
|
Loading…
Reference in New Issue
Block a user