1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-24 00:23:06 +03:00

Fix typos and some format mistakes in comments

Author: Justin Pryzby
Discussion: https://postgr.es/m/20200612023709.GC14879@telsasoft.com
This commit is contained in:
Michael Paquier
2020-06-12 21:05:10 +09:00
parent ffd2582297
commit aaf8c99050
5 changed files with 9 additions and 11 deletions

View File

@@ -462,7 +462,7 @@ Memory Accounting
-----------------
One of the basic memory context operations is determining the amount of
memory used in the context (and it's children). We have multiple places
memory used in the context (and its children). We have multiple places
that implement their own ad hoc memory accounting, and this is meant to
provide a unified approach. Ad hoc accounting solutions work for places
with tight control over the allocations or when it's easy to determine