File tree 4 files changed +4
-4
lines changed 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ ORDER BY c.relpages DESC LIMIT 10;
201
201
<para>
202
202
<function>gin_index_check</function> tests that its target GIN index
203
203
has consistent parent-child tuples relations (no parent tuples
204
- require tuple adjustement ) and page graph respects balanced-tree
204
+ require tuple adjustment ) and page graph respects balanced-tree
205
205
invariants (internal pages reference only leaf page or only internal
206
206
pages).
207
207
</para>
Original file line number Diff line number Diff line change 238
238
<entry>PostgreSQL 18 and later</entry>
239
239
<entry>Current latest version. The secret key used in query
240
240
cancellation was enlarged from 4 bytes to a variable length field. The
241
- BackendKeyData message was changed to accomodate that, and the CancelRequest
241
+ BackendKeyData message was changed to accommodate that, and the CancelRequest
242
242
message was redefined to have a variable length payload.
243
243
</entry>
244
244
</row>
Original file line number Diff line number Diff line change @@ -543,7 +543,7 @@ PostgreSQL documentation
543
543
</para>
544
544
<para>
545
545
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
547
547
the aforementioned files and directories will be synchronized because
548
548
<literal>syncfs</literal> processes entire file systems.
549
549
</para>
Original file line number Diff line number Diff line change @@ -4070,7 +4070,7 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
4070
4070
<productname>PostgreSQL</productname> itself and memory allocated
4071
4071
by extensions using the mechanisms detailed in
4072
4072
<xref linkend="xfunc-shared-addin" />. This view will output multiple rows
4073
- for each of the shared memory segments provided that they are spread accross
4073
+ for each of the shared memory segments provided that they are spread across
4074
4074
multiple NUMA nodes. This view should not be queried by monitoring systems
4075
4075
as it is very slow and may end up allocating shared memory in case it was not
4076
4076
used earlier.
You can’t perform that action at this time.
0 commit comments