Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vQMoO-006NZR-2V for pgsql-docs@arkaria.postgresql.org; Tue, 02 Dec 2025 09:36:46 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1vQMoN-00702Q-2k for pgsql-docs@arkaria.postgresql.org; Tue, 02 Dec 2025 09:36:44 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vQMoN-00702I-1f for pgsql-docs@lists.postgresql.org; Tue, 02 Dec 2025 09:36:43 +0000 Received: from smtp.outgoing.loopia.se ([93.188.3.37]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vQMoM-002i2B-0I for pgsql-docs@lists.postgresql.org; Tue, 02 Dec 2025 09:36:43 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id 27C4B4BC890 for ; Tue, 02 Dec 2025 10:36:41 +0100 (CET) Received: from s981.loopia.se (unknown [172.22.191.6]) by s807.loopia.se (Postfix) with ESMTP id 1306D4BABEE for ; Tue, 02 Dec 2025 10:36:41 +0100 (CET) Received: from s474.loopia.se (unknown [172.22.191.6]) by s981.loopia.se (Postfix) with ESMTP id 1193522B177B for ; Tue, 02 Dec 2025 10:36:41 +0100 (CET) X-Virus-Scanned: amavisd-new at amavis.loopia.se X-Spam-Flag: NO X-Spam-Score: -1.2 X-Spam-Level: X-Spam-Status: No, score=-1.2 tagged_above=-999 required=6.2 tests=[ALL_TRUSTED=-1, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1] autolearn=disabled Authentication-Results: s474.loopia.se (amavisd-new); dkim=pass (2048-bit key) header.d=yesql.se Received: from s980.loopia.se ([172.22.191.5]) by s474.loopia.se (s474.loopia.se [172.22.190.14]) (amavisd-new, port 10024) with UTF8LMTP id uZ7YnS_Ge4-Q for ; Tue, 2 Dec 2025 10:36:40 +0100 (CET) X-Loopia-Auth: user X-Loopia-User: daniel@yesql.se X-Loopia-Originating-IP: 89.255.232.236 Received: from smtpclient.apple (customer-89-255-232-236.stosn.net [89.255.232.236]) (Authenticated sender: daniel@yesql.se) by s980.loopia.se (Postfix) with ESMTPSA id 9A1EA2201693 for ; Tue, 02 Dec 2025 10:36:40 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yesql.se; s=loopiadkim1707475645; t=1764668200; bh=HRy3GRG4Gku+H4GF//AkuoDrNkrn9SlnwOFMY345LS8=; h=From:Subject:Date:To; b=OIR1AqpXDcX/olURabTv2wGfpU/uQmLSf2lqbHhGpxJcPf5uYfSu31xxsAAg/jun+ 0IzEKM0BY0SmFdAcf/dRmXX4Qpa9A9TnOEUaqKTMCvoPwja7313moM4DLW7ibVzFMa Pqlfn4BXroOCLrG/RZPG0UyZ74xYfIhqURx8O/lVDH1AM6Bm5qXA/12NrH+AqjeW4z iNLDrdP8GGejidTjBYWJQJKiybah+s5ltpRt0NqivrFG+ppWKpmRNjB7plbZD2/u+m qoUDs2Btc1khLgYq0UTweMO8hzPBixch8ycCD7WQBdmtgbaK+kd+WQ0I/cmq4gzk+l AUC4FYo62q/Qw== From: Daniel Gustafsson Content-Type: multipart/mixed; boundary="Apple-Mail=_435DFAE1-F4E5-47C2-9190-3F466B36B2E9" Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3776.700.51.11.2\)) Subject: restart point vs restartpoint in the docs Message-Id: <0F6E38D0-649F-4489-B2C1-43CD937E6636@yesql.se> Date: Tue, 2 Dec 2025 10:36:30 +0100 To: pgsql-docs@lists.postgresql.org X-Mailer: Apple Mail (2.3776.700.51.11.2) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --Apple-Mail=_435DFAE1-F4E5-47C2-9190-3F466B36B2E9 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii 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 --Apple-Mail=_435DFAE1-F4E5-47C2-9190-3F466B36B2E9 Content-Disposition: attachment; filename=restartpoint.diff Content-Type: application/octet-stream; x-unix-mode=0644; name="restartpoint.diff" Content-Transfer-Encoding: 7bit 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 %r 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. %r 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 %r 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 kept to allow a restore to be restartable, and so all files earlier than %r may be safely removed. @@ -4139,7 +4139,7 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows recovery_end_command is to provide a mechanism for cleanup following replication or recovery. Any %r is replaced by the name of the file containing the - last valid restart point, like in . + last valid restartpoint, like in . If the command returns a nonzero exit status then a warning log --Apple-Mail=_435DFAE1-F4E5-47C2-9190-3F466B36B2E9--