pgsql: Update mmgr's README to mention BumpContext - Mailing list pgsql-committers

From David Rowley
Subject pgsql: Update mmgr's README to mention BumpContext
Date
Msg-id E1rwrcW-002PqZ-A3@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Update mmgr's README to mention BumpContext

Oversight in 29f6a959c.

In passing, since we now have 4 memory context types to choose from,
provide a brief overview of the specialities of each memory context
type.

Reported-by: Amul Sul
Author: Amul Sul, David Rowley
Discussion: https://postgr.es/m/CAAJ_b94U2s9nHh--DEK=sPEZUQ+x7vQJ7529fF8UAH97QJ9NXg@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/58cf2e120e8aee2daed5a9b9ee4471574f712b3b

Modified Files
--------------
src/backend/utils/mmgr/README | 45 +++++++++++++++++++++++++------------------
1 file changed, 26 insertions(+), 19 deletions(-)


pgsql-committers by date:

Previous
From: David Rowley
Date:
Subject: pgsql: Push dedicated BumpBlocks to the tail of the blocks list
Next
From: Masahiko Sawada
Date:
Subject: pgsql: Disallow specifying ON_ERROR option without value.