1
0
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:
Michael Paquier
2023-01-11 15:16:38 +09:00
parent 69fb29d1af
commit 5f6401f81c
9 changed files with 17 additions and 17 deletions

View File

@@ -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),