pgsql: Rename two functions that wake up other processes - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Rename two functions that wake up other processes
Date
Msg-id E1t6qRb-003RFh-VQ@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Remove use of pg_memory_is_all_zeros() in bufpage.c
Next
From: Bruce Momjian
Date:
Subject: pgsql: doc: remove mention of ActiveState for Perl and Tcl on Windows