]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Constistent naming for datacheckusms processes
authorDaniel Gustafsson <dgustafsson@postgresql.org>
Fri, 29 May 2026 19:26:25 +0000 (21:26 +0200)
committerDaniel Gustafsson <dgustafsson@postgresql.org>
Fri, 29 May 2026 19:26:25 +0000 (21:26 +0200)
commit5ab239c9a908ba5d8614d23fcdc425859a2fed3c
tree1a0e89e46af7d5fd8baf3c099914c35ae5d7695d
parent0ca1b3010597231b474d94d877ecc8266a473537
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
src/backend/postmaster/datachecksum_state.c
src/include/postmaster/proctypelist.h
src/test/modules/test_checksums/t/002_restarts.pl
src/test/modules/test_checksums/t/003_standby_restarts.pl
src/test/modules/test_checksums/t/DataChecksums/Utils.pm
src/test/regress/expected/stats.out