Skip to content

Commit b09cd2e

Browse files
committed
Fix typo
Amit Langote
1 parent 7c8345f commit b09cd2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/backup.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -906,8 +906,8 @@ SELECT * FROM pg_stop_backup(false);
906906
<para>
907907
Once the WAL segment files active during the backup are archived, you are
908908
done. The file identified by <function>pg_stop_backup</>'s first return
909-
value the last segment that is required to form a complete set of backup
910-
files. If <varname>archive_mode</> is enabled,
909+
value is the last segment that is required to form a complete set of
910+
backup files. If <varname>archive_mode</> is enabled,
911911
<function>pg_stop_backup</> does not return until the last segment has
912912
been archived.
913913
Archiving of these files happens automatically since you have

0 commit comments

Comments
 (0)