Skip to content

Commit d8553c0

Browse files
committed
Version 2.0.26
- Bugfix: fixed undefined behaviour in case of undefined compression algorithm - Bugfix: correctly calculate backup size after MERGE - Bugfix: fixed MERGE of compressed and uncompressed backups - Bugfix: remove unnecessary remaining files after MERGE - Bugfix: consider target LSN (--lsn parameter) during validating WAL - Improvement: check backup program_version during VALIDATE, do not support forward compatibility - Improvement: improve Windows support - Improvement: improve support of tablespaces within PGDATA
1 parent 687b069 commit d8553c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: src/pg_probackup.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#include "utils/thread.h"
2020
#include <time.h>
2121

22-
const char *PROGRAM_VERSION = "2.0.25";
22+
const char *PROGRAM_VERSION = "2.0.26";
2323
const char *PROGRAM_URL = "https://github.com/postgrespro/pg_probackup";
2424
const char *PROGRAM_EMAIL = "https://github.com/postgrespro/pg_probackup/issues";
2525

Diff for: tests/expected/option_version.out

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pg_probackup 2.0.25
1+
pg_probackup 2.0.26

0 commit comments

Comments
 (0)