mirror of
https://github.com/postgres/postgres.git
synced 2025-12-19 17:02:53 +03:00
doc: TOAST not toast
There are different capitializations of "TOAST" around the documentation and code. This just changes a few places that were more obviously inconsistent with similar phrases elsewhere. Author: Peter Smith <peter.b.smith@fujitsu.com> Discussion: https://www.postgresql.org/message-id/flat/CAHut+PtxXLJFhwJFvx+M=Ux8WGHU85XbT3nDqk-aAUS3E5ANCw@mail.gmail.com
This commit is contained in:
@@ -1412,7 +1412,7 @@ commit_prepared_cb(...); <-- commit of the prepared transaction
|
||||
currently used for decoded changes) is selected and streamed. However, in
|
||||
some cases we still have to spill to disk even if streaming is enabled
|
||||
because we exceed the memory threshold but still have not decoded the
|
||||
complete tuple e.g., only decoded toast table insert but not the main table
|
||||
complete tuple e.g., only decoded TOAST table insert but not the main table
|
||||
insert.
|
||||
</para>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user