From d0c92527cc77a8f6b235c2a5abba95e01367f825 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 11 Nov 2019 09:51:10 +0100 Subject: [PATCH] Fix whitespace --- src/backend/utils/mmgr/README | 1 - 1 file changed, 1 deletion(-) diff --git a/src/backend/utils/mmgr/README b/src/backend/utils/mmgr/README index b9ba3fc773..e892779cdd 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). -