diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2019-11-11 09:51:10 +0100 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2019-11-11 09:51:10 +0100 |
commit | d0c92527cc77a8f6b235c2a5abba95e01367f825 (patch) | |
tree | 2a78814bf7c6fc2bf93dbcdbdd6a03658f7fb145 /src | |
parent | bbaa8232729f2aa1b1061503a3d9f7db503d2788 (diff) | |
download | postgresql-d0c92527cc77a8f6b235c2a5abba95e01367f825.tar.gz |
Fix whitespace
Diffstat (limited to 'src')
-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 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). - |