Rename two functions that wake up other processes
Heikki Linnakangas <heikki.linnakangas@iki.fi>
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
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/transam/xlog.c | modified | +2 −2 |
| src/backend/access/transam/xlogrecovery.c | modified | +1 −1 |
| src/backend/access/transam/xlogwait.c | modified | +1 −1 |
| src/backend/postmaster/walsummarizer.c | modified | +2 −2 |
| src/include/access/xlogwait.h | modified | +1 −1 |
| src/include/postmaster/walsummarizer.h | modified | +1 −1 |
Discussion
- Interrupts vs signals 57 messages · 2021-10-20 → 2026-06-24