1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Fix whitespace

This commit is contained in:
Peter Eisentraut
2019-11-11 09:51:10 +01:00
parent bbaa823272
commit d0c92527cc

View File

@ -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).