From: | Andres Freund <andres(at)anarazel(dot)de> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: bufmgr: Use consistent naming of the clock-sweep algorithm |
Date: | 2025-09-05 16:26:12 |
Message-ID: | E1uuZGO-000eJj-1e@gemulon.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
bufmgr: Use consistent naming of the clock-sweep algorithm
Minor edits to comments only.
Author: Greg Burd <greg(at)burd(dot)me>
Reviewed-by: Tomas Vondra <tomas(at)vondra(dot)me>
Reviewed-by: Andres Freund <andres(at)anarazel(dot)de>
Discussion: https://postgr.es/m/70C6A5B5-2A20-4D0B-BC73-EB09DD62D61C@getmailspring.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/50e4c6ace5e69fbe69868c270a1c76acd4cb12ec
Modified Files
--------------
src/backend/storage/buffer/README | 4 ++--
src/backend/storage/buffer/bufmgr.c | 8 ++++----
src/backend/storage/buffer/freelist.c | 10 +++++-----
src/backend/storage/buffer/localbuf.c | 2 +-
src/include/storage/buf_internals.h | 4 ++--
5 files changed, 14 insertions(+), 14 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Tatsuo Ishii | 2025-09-05 22:52:55 | pgsql: Allow to log raw parse tree. |
Previous Message | Melanie Plageman | 2025-09-05 13:45:57 | pgsql: Add assert and log message to visibilitymap_set |