Skip to content

Commit 8497cf6

Browse files
committed
Merge branch 'release_2_4' into issue_66
2 parents 783f016 + 93f8291 commit 8497cf6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/pgprobackup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4310,7 +4310,7 @@ pg_probackup archive-get -B <replaceable>backup_dir</replaceable> --instance <re
43104310
<option>--recovery-target-lsn</option> or
43114311
<option>--recovery-target-xid</option> options. The default
43124312
depends on the
4313-
<ulink url="https://postgrespro.com/docs/postgresql/current/recovery-target-settings.html#RECOVERY-TARGET-INCLUSIVE">recovery_target_inclusive</ulink>
4313+
<ulink url="https://postgrespro.com/docs/postgresql/current/runtime-config-wal#GUC-RECOVERY-TARGET-INCLUSIVE">recovery_target_inclusive</ulink>
43144314
parameter.
43154315
</para>
43164316
</listitem>

tests/replica.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@ def test_replica_stop_lsn_null_offset_next_record(self):
726726
log_content)
727727

728728
self.assertIn(
729-
'LOG: current.stop_lsn: 0/4000028',
729+
'LOG: stop_lsn: 0/4000028',
730730
log_content)
731731

732732
# Clean after yourself

0 commit comments

Comments
 (0)