]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix ABI break by moving PROCSIG_SLOTSYNC_MESSAGE in ProcSignalReason
authorFujii Masao <fujii@postgresql.org>
Thu, 9 Apr 2026 06:25:40 +0000 (15:25 +0900)
committerFujii Masao <fujii@postgresql.org>
Thu, 9 Apr 2026 06:25:40 +0000 (15:25 +0900)
commitacf49bfede2ad5e778df7abfaf37a0e4b5fff5da
tree56a4fed348329cf0820b2af0711578ae7edd8f3f
parent58c1188a3eaa5681bb4de769c3f8cd84c15b8825
Fix ABI break by moving PROCSIG_SLOTSYNC_MESSAGE in ProcSignalReason

Commit 58c1188a3ea added PROCSIG_SLOTSYNC_MESSAGE in the middle of
enum ProcSignalReason, breaking the ABI.

Fix this by moving PROCSIG_SLOTSYNC_MESSAGE to the end of the enum,
to restore ordering.

Per buildfarm member crake.

Author: Fujii Masao <masao.fujii@gmail.com>
Reviewed-by: Nisha Moond <nisha.moond412@gmail.com>
Discussion: https://postgr.es/m/CAHGQGwH_AAbtsiYDJt65N7_4PJ0CgOJmBEaCq68e5_tcuG_vXw@mail.gmail.com
Backpatch-through: 18 only
src/include/storage/procsignal.h