diff options
author | David Rowley | 2025-04-20 22:41:18 +0000 |
---|---|---|
committer | David Rowley | 2025-04-20 22:41:18 +0000 |
commit | 84fd3bc141039b32f25c3c9f6157163a56ab5f66 (patch) | |
tree | 7730cc9fb8afa2106520a0199b7146f29e9c6e52 /src/backend/utils/mmgr | |
parent | 818013665259d4242ba641aad705ebe5a3e2db8e (diff) |
Fix a few duplicate words in comments
These are all new to v18
Author: David Rowley <[email protected]>
Discussion: https://postgr.es/m/CAApHDvrMcr8XD107H3NV=WHgyBcu=sx5+7=WArr-n_cWUqdFXQ@mail.gmail.com
Diffstat (limited to 'src/backend/utils/mmgr')
-rw-r--r-- | src/backend/utils/mmgr/mcxt.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/backend/utils/mmgr/mcxt.c b/src/backend/utils/mmgr/mcxt.c index 468d0250b2e..68f1cbcf9c2 100644 --- a/src/backend/utils/mmgr/mcxt.c +++ b/src/backend/utils/mmgr/mcxt.c @@ -1478,7 +1478,7 @@ ProcessGetMemoryContextInterrupt(void) summary); /* - * Allocate memory in this process's DSA for storing statistics of the the + * Allocate memory in this process's DSA for storing statistics of the * memory contexts upto max_stats, for contexts that don't fit within a * limit, a cumulative total is written as the last record in the DSA * segment. @@ -1488,8 +1488,8 @@ ProcessGetMemoryContextInterrupt(void) LWLockAcquire(&memCxtArea->lw_lock, LW_EXCLUSIVE); /* - * Create a DSA and send handle to the the client process after storing - * the context statistics. If number of contexts exceed a predefined + * Create a DSA and send handle to the client process after storing the + * context statistics. If number of contexts exceed a predefined * limit(8MB), a cumulative total is stored for such contexts. */ if (memCxtArea->memstats_dsa_handle == DSA_HANDLE_INVALID) |