Skip to content

Commit 76afcee

Browse files
committed
Version 2.0.16
- Fix CVE-2018-1058. Use schema name explicitly in all function calls. - Fix: Handle datafiles in directory global as datafiles. - Fix: Do not copy ptrack files from directory global to backup anymore. - Check if --instance is specified for VALIDATE with target parameters - Adjust README package installation instruction.
1 parent 8b5e2cd commit 76afcee

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.15";
20+
const char *PROGRAM_VERSION = "2.0.16";
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.15
1+
pg_probackup 2.0.16

0 commit comments

Comments
 (0)