1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-09-16 09:26:30 +02:00

Merge pull request #305 from postgrespro/release_2_4_9

Version 2.4.9
This commit is contained in:
gsmol
2021-01-26 12:44:32 -05:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -303,8 +303,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.8"
#define AGENT_PROTOCOL_VERSION 20408
#define PROGRAM_VERSION "2.4.9"
#define AGENT_PROTOCOL_VERSION 20409
/* update only when changing storage format */
#define STORAGE_FORMAT_VERSION "2.4.4"

View File

@@ -1 +1 @@
pg_probackup 2.4.8
pg_probackup 2.4.9