Constistent naming for datacheckusms processes
Daniel Gustafsson <dgustafsson@postgresql.org>
Author:
Daniel Gustafsson <dgustafsson@postgresql.org>
Date: 2026-05-29T19:26:25Z
Releases:
19 (unreleased)
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@yesql.se> Reported-by: Kyotaro Horiguchi <horikyota.ntt@gmail.com> Discussion: https://postgr.es/m/20260528.121622.1662808269492494574.horikyota.ntt@gmail.com
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/postmaster/datachecksum_state.c | modified | +4 −4 |
| src/include/postmaster/proctypelist.h | modified | +2 −2 |
| src/test/modules/test_checksums/t/002_restarts.pl | modified | +3 −3 |
| src/test/modules/test_checksums/t/003_standby_restarts.pl | modified | +1 −1 |
| src/test/modules/test_checksums/t/DataChecksums/Utils.pm | modified | +2 −2 |
| src/test/regress/expected/stats.out | modified | +16 −16 |
Discussion
- A few message wording/formatting cleanup patches 10 messages · 2026-05-28 → 2026-07-03