mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2024-11-28 09:33:54 +02:00
Version 2.4.5
This commit is contained in:
parent
17b3e2b586
commit
50d2d9c3af
@ -288,8 +288,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.4.4"
|
||||
#define AGENT_PROTOCOL_VERSION 20404
|
||||
#define PROGRAM_VERSION "2.4.5"
|
||||
#define AGENT_PROTOCOL_VERSION 20405
|
||||
|
||||
/* update only when changing storage format */
|
||||
#define STORAGE_FORMAT_VERSION "2.4.4"
|
||||
|
@ -1 +1 @@
|
||||
pg_probackup 2.4.4
|
||||
pg_probackup 2.4.5
|
Loading…
Reference in New Issue
Block a user