Fix ABI break introduced by commit 4daa140a2f.

Amit Kapila <akapila@postgresql.org>

Commit: 56e366f6757d24b07cc7c2de2e5151dc372d059e
Author: Amit Kapila <akapila@postgresql.org>
Date: 2021-06-24T09:51:50Z
Releases: 13.4
Fix ABI break introduced by commit 4daa140a2f.

Move the newly defined enum value REORDER_BUFFER_CHANGE_INTERNAL_SPEC_ABORT
at the end to avoid ABI break in the back branches. We need to back-patch
this till v11 because before that it is already at the end.

Reported-by: Tomas Vondra
Backpatch-through: 11
Discussion: https://postgr.es/m/CAExHW5sPKF-Oovx_qZe4p5oM6Dvof7_P+XgsNAViug15Fm99jA@mail.gmail.com

Files

PathChange+/−
src/include/replication/reorderbuffer.h modified +2 −2

Discussion