pgsql: Update comment, generation mem contexts have a "keeper" block

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Update comment, generation mem contexts have a "keeper" block
Date: 2024-01-25 23:06:06
Message-ID: E1rT8nO-0036eY-1u@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update comment, generation mem contexts have a "keeper" block

The keeper block was introduced in commit 1b0d9aa4f7, but it forgot
to update this comment.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/376c216138c75e161d39767650ea30536f23b482

Modified Files
--------------
src/backend/utils/mmgr/generation.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2024-01-26 01:23:47 pgsql: Revert "Add support for parsing of large XML data (>= 10MB)"
Previous Message Tom Lane 2024-01-25 22:47:14 pgsql: Support TZ and OF format codes in to_timestamp().