Skip to content

Commit 082612b

Browse files
committed
Version 2.0.11.
- Fix password prompt interruption - Check if the password provided by a user is empty - Fix incremental backups: do not include into backup files, that didn't changed since previous backup. - Add PG version into backup meta infromation
1 parent a40d0e3 commit 082612b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pg_probackup.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#include <sys/stat.h>
1818
#include <unistd.h>
1919

20-
const char *PROGRAM_VERSION = "2.0.10";
20+
const char *PROGRAM_VERSION = "2.0.11";
2121
const char *PROGRAM_URL = "https://github.com/postgrespro/pg_probackup";
2222
const char *PROGRAM_EMAIL = "https://github.com/postgrespro/pg_probackup/issues";
2323

tests/expected/option_version.out

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pg_probackup 2.0.10
1+
pg_probackup 2.0.11

0 commit comments

Comments
 (0)