From c981bf737f45523ba42910a61ec9c4fa668b9082 Mon Sep 17 00:00:00 2001 From: Anastasia Date: Wed, 17 Jan 2018 10:46:29 +0300 Subject: [PATCH] Version 2.0.14 - fixed race conditions in ptrack and page backups - fixed parallel ptrack backup interruption - added new backup state 'ORPHAN' which means that one of previous backups is corrupted --- src/pg_probackup.c | 2 +- tests/expected/option_version.out | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pg_probackup.c b/src/pg_probackup.c index da1bac22..30473a6e 100644 --- a/src/pg_probackup.c +++ b/src/pg_probackup.c @@ -17,7 +17,7 @@ #include #include -const char *PROGRAM_VERSION = "2.0.13"; +const char *PROGRAM_VERSION = "2.0.14"; const char *PROGRAM_URL = "https://github.com/postgrespro/pg_probackup"; const char *PROGRAM_EMAIL = "https://github.com/postgrespro/pg_probackup/issues"; diff --git a/tests/expected/option_version.out b/tests/expected/option_version.out index 4af74a62..93fa3ec8 100644 --- a/tests/expected/option_version.out +++ b/tests/expected/option_version.out @@ -1 +1 @@ -pg_probackup 2.0.13 \ No newline at end of file +pg_probackup 2.0.14 \ No newline at end of file