Version 2.2.4

This commit is contained in:
Grigory Smolkin
2019-10-24 18:28:18 +03:00
parent dfdab27907
commit 386c2cb1b4
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
pg_probackup is a utility to manage backup and recovery of PostgreSQL database clusters. It is designed to perform periodic backups of the PostgreSQL instance that enable you to restore the server in case of a failure. pg_probackup supports PostgreSQL 9.5 or higher.
Current version - 2.2.3
Current version - 2.2.4
1. [Synopsis](#synopsis)
2. [Versioning](#versioning)
+2 -2
View File
@@ -205,8 +205,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.2.3"
#define AGENT_PROTOCOL_VERSION 20203
#define PROGRAM_VERSION "2.2.4"
#define AGENT_PROTOCOL_VERSION 20204
typedef struct ConnectionOptions
+1 -1
View File
@@ -1 +1 @@
pg_probackup 2.2.3
pg_probackup 2.2.4