File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
* pg_probackup.h: Backup/Recovery manager for PostgreSQL.
4
4
*
5
5
* Portions Copyright (c) 2009-2013, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
6
- * Portions Copyright (c) 2015-2018 , Postgres Professional
6
+ * Portions Copyright (c) 2015-2021 , Postgres Professional
7
7
*
8
8
*-------------------------------------------------------------------------
9
9
*/
@@ -338,7 +338,7 @@ typedef enum ShowFormat
338
338
#define BYTES_INVALID (-1) /* file didn`t changed since previous backup, DELTA backup do not rely on it */
339
339
#define FILE_NOT_FOUND (-2) /* file disappeared during backup */
340
340
#define BLOCKNUM_INVALID (-1)
341
- #define PROGRAM_VERSION "2.5.1 "
341
+ #define PROGRAM_VERSION "2.5.2 "
342
342
343
343
/* update when remote agent API or behaviour changes */
344
344
#define AGENT_PROTOCOL_VERSION 20501
Original file line number Diff line number Diff line change 1
- pg_probackup 2.5.1
1
+ pg_probackup 2.5.2
You can’t perform that action at this time.
0 commit comments