Version 2.1.5

This commit is contained in:
Grigory Smolkin
2019-07-26 11:05:19 +03:00
parent e876fcfb0f
commit b55bfe82be
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ gen_probackup_project.pl C:\path_to_postgresql_source_tree
## Documentation ## Documentation
Currently the latest documentation can be found at [github](https://github.com/postgrespro/pg_probackup/blob/master/Documentation.md) and [Postgres Pro Enterprise documentation](https://postgrespro.com/docs/postgrespro/current/app-pgprobackup). Currently the latest documentation can be found at [github](https://postgrespro.github.io/pg_probackup) and [Postgres Pro Enterprise documentation](https://postgrespro.com/docs/postgrespro/current/app-pgprobackup).
## License ## License
+2 -2
View File
@@ -188,8 +188,8 @@ typedef enum ShowFormat
#define BYTES_INVALID (-1) /* file didn`t changed since previous backup, DELTA backup do not rely on it */ #define BYTES_INVALID (-1) /* file didn`t changed since previous backup, DELTA backup do not rely on it */
#define FILE_NOT_FOUND (-2) /* file disappeared during backup */ #define FILE_NOT_FOUND (-2) /* file disappeared during backup */
#define BLOCKNUM_INVALID (-1) #define BLOCKNUM_INVALID (-1)
#define PROGRAM_VERSION "2.1.4" #define PROGRAM_VERSION "2.1.5"
#define AGENT_PROTOCOL_VERSION 20104 #define AGENT_PROTOCOL_VERSION 20105
typedef struct ConnectionOptions typedef struct ConnectionOptions
+1 -1
View File
@@ -1 +1 @@
pg_probackup 2.1.4 pg_probackup 2.1.5