diff options
-rw-r--r-- | src/backend/utils/mmgr/README | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/backend/utils/mmgr/README b/src/backend/utils/mmgr/README index b9ba3fc7730..e892779cddf 100644 --- a/src/backend/utils/mmgr/README +++ b/src/backend/utils/mmgr/README @@ -485,4 +485,3 @@ context owning that block is updated. This means that when inquiring about the memory usage in a given context, we have to walk all children contexts recursively. This means the memory accounting is not intended for cases with too many memory contexts (in the relevant subtree). - |