From 0b0db64fb0f9782d536a0d35c3276cd0ec769809 Mon Sep 17 00:00:00 2001 From: Justin Pryzby Date: Tue, 3 Jan 2023 15:05:24 -0600 Subject: [PATCH 7/9] f!typos from 43620e328617c1f41a2a54c8cee01723064e3ffa --- src/backend/utils/mmgr/mcxt.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/backend/utils/mmgr/mcxt.c b/src/backend/utils/mmgr/mcxt.c index 392602a020f..1c9eadeb167 100644 --- a/src/backend/utils/mmgr/mcxt.c +++ b/src/backend/utils/mmgr/mcxt.c @@ -717,9 +717,9 @@ 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 into StringInfo and log it as one message. That would + * require the buffer to be enlarged and could even incur an OOM + * condition since there can be a large number of memory contexts in a * backend. Instead, we log one message per memory context. */ ereport(LOG_SERVER_ONLY, -- 2.25.1