From: | Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Rename two functions that wake up other processes |
Date: | 2024-11-01 12:07:59 |
Message-ID: | E1t6qRb-003RFh-VQ@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Rename two functions that wake up other processes
Instead of talking about setting latches, which is a pretty low-level
mechanism, emphasize that they wake up other processes.
This is in preparation for replacing Latches with a new abstraction.
That's still work in progress, but this seems a little tidier anyway,
so let's get this refactoring out of the way already.
Discussion: https://www.postgresql.org/message-id/391abe21-413e-4d91-a650-b663af49500c%40iki.fi
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/368d8270c838a6c328fc24418603cb172b5e0390
Modified Files
--------------
src/backend/access/transam/xlog.c | 4 ++--
src/backend/access/transam/xlogrecovery.c | 2 +-
src/backend/access/transam/xlogwait.c | 2 +-
src/backend/postmaster/walsummarizer.c | 4 ++--
src/include/access/xlogwait.h | 2 +-
src/include/postmaster/walsummarizer.h | 2 +-
6 files changed, 8 insertions(+), 8 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2024-11-01 15:31:20 | pgsql: doc: remove mention of ActiveState for Perl and Tcl on Windows |
Previous Message | Michael Paquier | 2024-11-01 08:07:33 | pgsql: Remove use of pg_memory_is_all_zeros() in bufpage.c |