1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-02-09 14:33:17 +02:00

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

View File

@ -110,7 +110,7 @@ gen_probackup_project.pl C:\path_to_postgresql_source_tree
## 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

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 FILE_NOT_FOUND (-2) /* file disappeared during backup */
#define BLOCKNUM_INVALID (-1)
#define PROGRAM_VERSION "2.1.4"
#define AGENT_PROTOCOL_VERSION 20104
#define PROGRAM_VERSION "2.1.5"
#define AGENT_PROTOCOL_VERSION 20105
typedef struct ConnectionOptions

View File

@ -1 +1 @@
pg_probackup 2.1.4
pg_probackup 2.1.5