File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments