Skip to content

Commit 64527a1

Browse files
doc: Consistently use restartpoint in the documentation
The majority of cases already used "restartpoint" with just a few instances of "restart point". Changing the latter spelling to the former ensures consistency in the user facing documentation. Code comments are not affected by this since it is not worth the churn to change anything there. Author: Daniel Gustafsson <daniel@yesql.se> Reviewed-by: Laurenz Albe <laurenz.albe@cybertec.at> Reviewed-by: Michael Paquier <michael@paquier.xyz> Discussion: https://postgr.es/m/0F6E38D0-649F-4489-B2C1-43CD937E6636@yesql.se
1 parent 9790aff commit 64527a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/config.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4050,7 +4050,7 @@ include_dir 'conf.d'
40504050
(The path name is relative to the current working directory,
40514051
i.e., the cluster's data directory.)
40524052
Any <literal>%r</literal> is replaced by the name of the file containing the
4053-
last valid restart point. That is the earliest file that must be kept
4053+
last valid restartpoint. That is the earliest file that must be kept
40544054
to allow a restore to be restartable, so this information can be used
40554055
to truncate the archive to just the minimum required to support
40564056
restarting from the current restore. <literal>%r</literal> is typically only
@@ -4095,7 +4095,7 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
40954095
cleaning up old archived WAL files that are no longer needed by the
40964096
standby server.
40974097
Any <literal>%r</literal> is replaced by the name of the file containing the
4098-
last valid restart point.
4098+
last valid restartpoint.
40994099
That is the earliest file that must be <emphasis>kept</emphasis> to allow a
41004100
restore to be restartable, and so all files earlier than <literal>%r</literal>
41014101
may be safely removed.
@@ -4139,7 +4139,7 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
41394139
<varname>recovery_end_command</varname> is to provide a mechanism for cleanup
41404140
following replication or recovery.
41414141
Any <literal>%r</literal> is replaced by the name of the file containing the
4142-
last valid restart point, like in <xref linkend="guc-archive-cleanup-command"/>.
4142+
last valid restartpoint, like in <xref linkend="guc-archive-cleanup-command"/>.
41434143
</para>
41444144
<para>
41454145
If the command returns a nonzero exit status then a warning log

0 commit comments

Comments
 (0)