mirror of
https://github.com/postgres/postgres.git
synced 2025-11-24 00:23:06 +03:00
Fix typos in code and comments
Author: Justin Pryzby Discussion: https://postgr.es/m/20230110045722.GD9837@telsasoft.com
This commit is contained in:
@@ -717,10 +717,10 @@ MemoryContextStatsDetail(MemoryContext context, int max_children,
|
||||
* to the connected client.
|
||||
*
|
||||
* We don't buffer the information about all memory contexts in a
|
||||
* backend into StringInfo and log it as one message. Otherwise which
|
||||
* may require the buffer to be enlarged very much and lead to OOM
|
||||
* error since there can be a large number of memory contexts in a
|
||||
* backend. Instead, we log one message per memory context.
|
||||
* backend into StringInfo and log it as one message. That would
|
||||
* require the buffer to be enlarged, risking an OOM as there could
|
||||
* be a large number of memory contexts in a backend. Instead, we
|
||||
* log one message per memory context.
|
||||
*/
|
||||
ereport(LOG_SERVER_ONLY,
|
||||
(errhidestmt(true),
|
||||
|
||||
Reference in New Issue
Block a user