From 5ee476294c517ce0024e865e6f51c4ce34bc044e Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Tue, 15 Apr 2025 21:32:18 +0200 Subject: [PATCH] doc: Fix typos in documentation This fixes a set of typos introduced during the v18 development cycle. Author: Daniel Gustafsson Reviewed-by: Laurenz Albe Discussion: https://postgr.es/m/7038B4C5-2742-42B1-A8F0-0FFEAECF02A7@yesql.se --- doc/src/sgml/amcheck.sgml | 2 +- doc/src/sgml/protocol.sgml | 2 +- doc/src/sgml/ref/initdb.sgml | 2 +- doc/src/sgml/system-views.sgml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/src/sgml/amcheck.sgml b/doc/src/sgml/amcheck.sgml index 98f836e15e..211a0ae194 100644 --- a/doc/src/sgml/amcheck.sgml +++ b/doc/src/sgml/amcheck.sgml @@ -201,7 +201,7 @@ ORDER BY c.relpages DESC LIMIT 10; gin_index_check tests that its target GIN index has consistent parent-child tuples relations (no parent tuples - require tuple adjustement) and page graph respects balanced-tree + require tuple adjustment) and page graph respects balanced-tree invariants (internal pages reference only leaf page or only internal pages). diff --git a/doc/src/sgml/protocol.sgml b/doc/src/sgml/protocol.sgml index a746c96705..65bbfc34f5 100644 --- a/doc/src/sgml/protocol.sgml +++ b/doc/src/sgml/protocol.sgml @@ -238,7 +238,7 @@ PostgreSQL 18 and later Current latest version. The secret key used in query cancellation was enlarged from 4 bytes to a variable length field. The - BackendKeyData message was changed to accomodate that, and the CancelRequest + BackendKeyData message was changed to accommodate that, and the CancelRequest message was redefined to have a variable length payload. diff --git a/doc/src/sgml/ref/initdb.sgml b/doc/src/sgml/ref/initdb.sgml index 2f1f9a42f9..7613174c18 100644 --- a/doc/src/sgml/ref/initdb.sgml +++ b/doc/src/sgml/ref/initdb.sgml @@ -543,7 +543,7 @@ PostgreSQL documentation Note that if is used in - conjuction with , some or all of + conjunction with , some or all of the aforementioned files and directories will be synchronized because syncfs processes entire file systems. diff --git a/doc/src/sgml/system-views.sgml b/doc/src/sgml/system-views.sgml index 737e7489b7..b58c52ea50 100644 --- a/doc/src/sgml/system-views.sgml +++ b/doc/src/sgml/system-views.sgml @@ -4070,7 +4070,7 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx PostgreSQL itself and memory allocated by extensions using the mechanisms detailed in . This view will output multiple rows - for each of the shared memory segments provided that they are spread accross + for each of the shared memory segments provided that they are spread across multiple NUMA nodes. This view should not be queried by monitoring systems as it is very slow and may end up allocating shared memory in case it was not used earlier. -- 2.39.5