public inbox for [email protected]  
help / color / mirror / Atom feed
From: Heikki Linnakangas <[email protected]>
To: [email protected]
Subject: pgsql: Split WaitEventSet functions to separate source file
Date: Wed, 05 Mar 2025 23:28:00 +0000
Message-ID: <[email protected]> (raw)

Split WaitEventSet functions to separate source file

latch.c now only contains the Latch related functions, which build on
the WaitEventSet abstraction. Most of the platform-dependent stuff is
now in waiteventset.c.

Reviewed-by: Andres Freund <[email protected]>
Discussion: https://www.postgresql.org/message-id/[email protected]

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/393e0d2314050576c9c039853fdabe7f685a4f47

Modified Files
--------------
src/backend/libpq/pqsignal.c           |    2 +-
src/backend/postmaster/postmaster.c    |    2 +-
src/backend/storage/ipc/Makefile       |    3 +-
src/backend/storage/ipc/latch.c        | 2002 +------------------------------
src/backend/storage/ipc/meson.build    |    1 +
src/backend/storage/ipc/waiteventset.c | 2036 ++++++++++++++++++++++++++++++++
src/backend/utils/init/miscinit.c      |    4 +-
src/include/storage/latch.h            |   67 +-
src/include/storage/waiteventset.h     |   97 ++
9 files changed, 2154 insertions(+), 2060 deletions(-)



reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected], [email protected]
  Subject: Re: pgsql: Split WaitEventSet functions to separate source file
  In-Reply-To: <[email protected]>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox