| From: | Daniel Gustafsson <dgustafsson(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Constistent naming for datacheckusms processes |
| Date: | 2026-05-29 19:29:12 |
| Message-ID: | E1wT2tL-000A8U-2r@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Constistent naming for datacheckusms processes
The launcher and worker for enabling/disabling checksums were named
"datachecksum worker|launcher" but using the plural form makes more
sense given the underlying GUC name data_checksums.
Author: Daniel Gustafsson <daniel(at)yesql(dot)se>
Reported-by: Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>
Discussion: https://postgr.es/m/20260528.121622.1662808269492494574.horikyota.ntt@gmail.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/5ab239c9a908ba5d8614d23fcdc425859a2fed3c
Modified Files
--------------
src/backend/postmaster/datachecksum_state.c | 8 +++---
src/include/postmaster/proctypelist.h | 4 +--
src/test/modules/test_checksums/t/002_restarts.pl | 6 ++--
.../test_checksums/t/003_standby_restarts.pl | 2 +-
.../test_checksums/t/DataChecksums/Utils.pm | 4 +--
src/test/regress/expected/stats.out | 32 +++++++++++-----------
6 files changed, 28 insertions(+), 28 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Daniel Gustafsson | 2026-05-29 19:53:29 | pgsql: Fix compilation with OpenSSL 4 |
| Previous Message | Álvaro Herrera | 2026-05-29 19:10:34 | pgsql: Advance restart_lsn more eagerly in LogicalConfirmReceivedLocati |