Skip to content

Commit f586c96

Browse files
committed
Version 2.4.7
1 parent 623c0d3 commit f586c96

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

src/backup.c

-1
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,6 @@ do_backup_instance(PGconn *backup_conn, PGNodeInfo *nodeInfo, bool no_sync, bool
572572
* NOTHING TO DO HERE
573573
*/
574574

575-
576575
/* write database map to file and add it to control file */
577576
if (database_map)
578577
{

src/pg_probackup.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -288,8 +288,8 @@ typedef enum ShowFormat
288288
#define BYTES_INVALID (-1) /* file didn`t changed since previous backup, DELTA backup do not rely on it */
289289
#define FILE_NOT_FOUND (-2) /* file disappeared during backup */
290290
#define BLOCKNUM_INVALID (-1)
291-
#define PROGRAM_VERSION "2.4.6"
292-
#define AGENT_PROTOCOL_VERSION 20406
291+
#define PROGRAM_VERSION "2.4.7"
292+
#define AGENT_PROTOCOL_VERSION 20407
293293

294294
/* update only when changing storage format */
295295
#define STORAGE_FORMAT_VERSION "2.4.4"

tests/expected/option_version.out

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pg_probackup 2.4.6
1+
pg_probackup 2.4.7

0 commit comments

Comments
 (0)