1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2026-04-26 21:22:39 +02:00

Version 2.5.5

This commit is contained in:
Mikhail A. Kulagin
2022-02-17 01:31:48 +03:00
parent 6470693d2a
commit d222659ee2
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
* pg_probackup.h: Backup/Recovery manager for PostgreSQL.
*
* Portions Copyright (c) 2009-2013, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
* Portions Copyright (c) 2015-2021, Postgres Professional
* Portions Copyright (c) 2015-2022, Postgres Professional
*
*-------------------------------------------------------------------------
*/
@@ -338,7 +338,7 @@ 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.5.4"
#define PROGRAM_VERSION "2.5.5"
/* update when remote agent API or behaviour changes */
#define AGENT_PROTOCOL_VERSION 20501
+1 -1
View File
@@ -1 +1 @@
pg_probackup 2.5.4
pg_probackup 2.5.5