mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2026-06-21 01:34:15 +02:00
Version 2.1.5
This commit is contained in:
@@ -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
@@ -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 @@
|
|||||||
pg_probackup 2.1.4
|
pg_probackup 2.1.5
|
||||||
Reference in New Issue
Block a user