mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2026-06-21 01:34:15 +02:00
Version 2.3.4
This commit is contained in:
+2
-2
@@ -229,8 +229,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.3.3"
|
#define PROGRAM_VERSION "2.3.4"
|
||||||
#define AGENT_PROTOCOL_VERSION 20303
|
#define AGENT_PROTOCOL_VERSION 20304
|
||||||
|
|
||||||
|
|
||||||
typedef struct ConnectionOptions
|
typedef struct ConnectionOptions
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
pg_probackup 2.3.3
|
pg_probackup 2.3.4
|
||||||
Reference in New Issue
Block a user