This commit is contained in:
Grigory Smolkin
2017-10-26 16:04:15 +03:00
parent 66055c2402
commit 9f07c0ccc7
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -6,6 +6,8 @@ The extension is compatible with:
* PostgreSQL 9.5, 9.6, 10; * PostgreSQL 9.5, 9.6, 10;
`PTRACK` backup requires: `PTRACK` backup requires:
* vanilla PostgreSQL with ptrack support. Currently there are patches for [PostgreSQL 9.6](https://gist.githubusercontent.com/gsmol/3d9ad9ea2568e0f4aaeeda62b59e30f8/raw/8f28e207c1aa172a9597fcda49e69b086c6b42bd/ptrack_9.6.5_v1.3.patch) and [PostgreSQL 10](https://gist.githubusercontent.com/gsmol/0ce69df847268333b72d72079bd48315/raw/d35d49c28446637ea3fe9dfc1a400bb298bf3318/ptrack_10.0_v1.3.patch);
or
* Postgres Pro Standard 9.5, 9.6; * Postgres Pro Standard 9.5, 9.6;
or or
* Postgres Pro Enterprise; * Postgres Pro Enterprise;
+1 -1
View File
@@ -17,7 +17,7 @@
#include <sys/stat.h> #include <sys/stat.h>
#include <unistd.h> #include <unistd.h>
const char *PROGRAM_VERSION = "2.0.8"; const char *PROGRAM_VERSION = "2.0.9";
const char *PROGRAM_URL = "https://github.com/postgrespro/pg_probackup"; const char *PROGRAM_URL = "https://github.com/postgrespro/pg_probackup";
const char *PROGRAM_EMAIL = "https://github.com/postgrespro/pg_probackup/issues"; const char *PROGRAM_EMAIL = "https://github.com/postgrespro/pg_probackup/issues";
+1 -1
View File
@@ -1 +1 @@
pg_probackup 2.0.8 pg_probackup 2.0.9