Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5ee4762

Browse files
doc: Fix typos in documentation
This fixes a set of typos introduced during the v18 developmentcycle.Author: Daniel Gustafsson <daniel@yesql.se>Reviewed-by: Laurenz Albe <laurenz.albe@cybertec.at>Discussion:https://postgr.es/m/7038B4C5-2742-42B1-A8F0-0FFEAECF02A7@yesql.se
1 parent7c87284 commit5ee4762

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

‎doc/src/sgml/amcheck.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ ORDER BY c.relpages DESC LIMIT 10;
201201
<para>
202202
<function>gin_index_check</function> tests that its target GIN index
203203
has consistent parent-child tuples relations (no parent tuples
204-
require tupleadjustement) and page graph respects balanced-tree
204+
require tupleadjustment) and page graph respects balanced-tree
205205
invariants (internal pages reference only leaf page or only internal
206206
pages).
207207
</para>

‎doc/src/sgml/protocol.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@
238238
<entry>PostgreSQL 18 and later</entry>
239239
<entry>Current latest version. The secret key used in query
240240
cancellation was enlarged from 4 bytes to a variable length field. The
241-
BackendKeyData message was changed toaccomodate that, and the CancelRequest
241+
BackendKeyData message was changed toaccommodate that, and the CancelRequest
242242
message was redefined to have a variable length payload.
243243
</entry>
244244
</row>

‎doc/src/sgml/ref/initdb.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ PostgreSQL documentation
543543
</para>
544544
<para>
545545
Note that if <option>--no-sync-data-files</option> is used in
546-
conjuction with <option>--sync-method=syncfs</option>, some or all of
546+
conjunction with <option>--sync-method=syncfs</option>, some or all of
547547
the aforementioned files and directories will be synchronized because
548548
<literal>syncfs</literal> processes entire file systems.
549549
</para>

‎doc/src/sgml/system-views.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4070,7 +4070,7 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
40704070
<productname>PostgreSQL</productname> itself and memory allocated
40714071
by extensions using the mechanisms detailed in
40724072
<xref linkend="xfunc-shared-addin" />. This view will output multiple rows
4073-
for each of the shared memory segments provided that they are spreadaccross
4073+
for each of the shared memory segments provided that they are spreadacross
40744074
multiple NUMA nodes. This view should not be queried by monitoring systems
40754075
as it is very slow and may end up allocating shared memory in case it was not
40764076
used earlier.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp