restart point vs restartpoint in the docs

Daniel Gustafsson <daniel@yesql.se>

From: Daniel Gustafsson <daniel@yesql.se>
To: pgsql-docs@lists.postgresql.org
Date: 2025-12-02T09:36:30Z
Lists: pgsql-docs

Attachments

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

Commits

  1. doc: Consistently use restartpoint in the documentation