public inbox for [email protected]  
help / color / mirror / Atom feed
restart point vs restartpoint in the docs
3+ messages / 3 participants
[nested] [flat]

* restart point vs restartpoint in the docs
@ 2025-12-02 09:36  Daniel Gustafsson <[email protected]>
  0 siblings, 2 replies; 3+ messages in thread

From: Daniel Gustafsson @ 2025-12-02 09:36 UTC (permalink / raw)
  To: [email protected]

While doing something else I noticed that we have 25 uses of "restartpoint" and
three "restart point":

$ git grep -i "restartpoint[s]\?[ .,;]" doc/ | wc -l
      25
$ git grep -i "restart point[s]\?[ .,;]" doc/ | wc -l
       3

Any objection to applying the attached to make those three "restartpoint" to
keep the docs consistent?

--
Daniel Gustafsson



Attachments:

  [application/octet-stream] restartpoint.diff (1.9K, 2-restartpoint.diff)
  download | inline diff:
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index 737b90736bf..405c9689bd0 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -4050,7 +4050,7 @@ include_dir 'conf.d'
         (The path name is relative to the current working directory,
         i.e., the cluster's data directory.)
         Any <literal>%r</literal> is replaced by the name of the file containing the
-        last valid restart point. That is the earliest file that must be kept
+        last valid restartpoint. That is the earliest file that must be kept
         to allow a restore to be restartable, so this information can be used
         to truncate the archive to just the minimum required to support
         restarting from the current restore. <literal>%r</literal> is typically only
@@ -4095,7 +4095,7 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"'  # Windows
         cleaning up old archived WAL files that are no longer needed by the
         standby server.
         Any <literal>%r</literal> is replaced by the name of the file containing the
-        last valid restart point.
+        last valid restartpoint.
         That is the earliest file that must be <emphasis>kept</emphasis> to allow a
         restore to be restartable, and so all files earlier than <literal>%r</literal>
         may be safely removed.
@@ -4139,7 +4139,7 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"'  # Windows
         <varname>recovery_end_command</varname> is to provide a mechanism for cleanup
         following replication or recovery.
         Any <literal>%r</literal> is replaced by the name of the file containing the
-        last valid restart point, like in <xref linkend="guc-archive-cleanup-command"/>.
+        last valid restartpoint, like in <xref linkend="guc-archive-cleanup-command"/>.
        </para>
        <para>
         If the command returns a nonzero exit status then a warning log


^ permalink  raw  reply  [nested|flat] 3+ messages in thread

* Re: restart point vs restartpoint in the docs
@ 2025-12-02 11:31  Laurenz Albe <[email protected]>
  parent: Daniel Gustafsson <[email protected]>
  1 sibling, 0 replies; 3+ messages in thread

From: Laurenz Albe @ 2025-12-02 11:31 UTC (permalink / raw)
  To: Daniel Gustafsson <[email protected]>; [email protected]

On Tue, 2025-12-02 at 10:36 +0100, Daniel Gustafsson wrote:
> While doing something else I noticed that we have 25 uses of "restartpoint" and
> three "restart point":
> 
> $ git grep -i "restartpoint[s]\?[ .,;]" doc/ | wc -l
>       25
> $ git grep -i "restart point[s]\?[ .,;]" doc/ | wc -l
>        3
> 
> Any objection to applying the attached to make those three "restartpoint" to
> keep the docs consistent?

No objection - I think that is a clear improvement.

Yours,
Laurenz Albe





^ permalink  raw  reply  [nested|flat] 3+ messages in thread

* Re: restart point vs restartpoint in the docs
@ 2025-12-03 00:39  Michael Paquier <[email protected]>
  parent: Daniel Gustafsson <[email protected]>
  1 sibling, 0 replies; 3+ messages in thread

From: Michael Paquier @ 2025-12-03 00:39 UTC (permalink / raw)
  To: Daniel Gustafsson <[email protected]>; +Cc: [email protected]

On Tue, Dec 02, 2025 at 10:36:30AM +0100, Daniel Gustafsson wrote:
> Any objection to applying the attached to make those three "restartpoint" to
> keep the docs consistent?

Works for me.
--
Michael


Attachments:

  [application/pgp-signature] signature.asc (833B, 2-signature.asc)
  download

^ permalink  raw  reply  [nested|flat] 3+ messages in thread


end of thread, other threads:[~2025-12-03 00:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2025-12-02 09:36 restart point vs restartpoint in the docs Daniel Gustafsson <[email protected]>
2025-12-02 11:31 ` Laurenz Albe <[email protected]>
2025-12-03 00:39 ` Michael Paquier <[email protected]>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox