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 <[email protected]> Reviewed-by: Nisha Moond <[email protected]> Discussion: https://postgr.es/m/cahgqgwh_aabtsiydjt65n7_4pj0cgojmbeacq68e5_tcug_...@mail.gmail.com Backpatch-through: 18 only Branch ------ REL_18_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/acf49bfede2ad5e778df7abfaf37a0e4b5fff5da Modified Files -------------- src/include/storage/procsignal.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
