From 6d98d46681db07a0f0f81cfa2daf6da350522dd5 Mon Sep 17 00:00:00 2001 From: Grigory Smolkin Date: Tue, 2 Jun 2020 15:47:19 +0300 Subject: [PATCH 1/2] DOC: Fix dangling link --- doc/pgprobackup.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/pgprobackup.xml b/doc/pgprobackup.xml index 91ec1253..73b2bf1b 100644 --- a/doc/pgprobackup.xml +++ b/doc/pgprobackup.xml @@ -4310,7 +4310,7 @@ pg_probackup archive-get -B backup_dir --instance --recovery-target-lsn or options. The default depends on the - recovery_target_inclusive + recovery_target_inclusive parameter. From 683e491f1a302012cbde8a3bf0056bbb35e39578 Mon Sep 17 00:00:00 2001 From: Grigory Smolkin Date: Wed, 3 Jun 2020 15:31:47 +0300 Subject: [PATCH 2/2] [PBCKP-98]: fix tests --- tests/replica.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/replica.py b/tests/replica.py index 4ec51eb6..ab6eaf59 100644 --- a/tests/replica.py +++ b/tests/replica.py @@ -726,7 +726,7 @@ class ReplicaTest(ProbackupTest, unittest.TestCase): log_content) self.assertIn( - 'LOG: current.stop_lsn: 0/4000028', + 'LOG: stop_lsn: 0/4000028', log_content) # Clean after yourself