diff options
| author | Andres Freund <andres@anarazel.de> | 2025-09-05 12:25:59 -0400 |
|---|---|---|
| committer | Andres Freund <andres@anarazel.de> | 2025-09-05 12:25:59 -0400 |
| commit | 50e4c6ace5e69fbe69868c270a1c76acd4cb12ec (patch) | |
| tree | 0e2a762d324370b981dff9297b2c750eb75f63c1 /src/backend/storage/buffer/localbuf.c | |
| parent | e3d5ddb7ca91e5982e9d4cff9eef210d97e4f47e (diff) | |
bufmgr: Use consistent naming of the clock-sweep algorithm
Minor edits to comments only.
Author: Greg Burd <greg@burd.me>
Reviewed-by: Tomas Vondra <tomas@vondra.me>
Reviewed-by: Andres Freund <andres@anarazel.de>
Discussion: https://postgr.es/m/70C6A5B5-2A20-4D0B-BC73-EB09DD62D61C@getmailspring.com
Diffstat (limited to 'src/backend/storage/buffer/localbuf.c')
| -rw-r--r-- | src/backend/storage/buffer/localbuf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/storage/buffer/localbuf.c b/src/backend/storage/buffer/localbuf.c index 3c0d20f4659..04fef13409b 100644 --- a/src/backend/storage/buffer/localbuf.c +++ b/src/backend/storage/buffer/localbuf.c @@ -229,7 +229,7 @@ GetLocalVictimBuffer(void) ResourceOwnerEnlarge(CurrentResourceOwner); /* - * Need to get a new buffer. We use a clock sweep algorithm (essentially + * Need to get a new buffer. We use a clock-sweep algorithm (essentially * the same as what freelist.c does now...) */ trycounter = NLocBuffer; |
