]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix ABI break introduced by commit 4daa140a2f.
authorAmit Kapila <akapila@postgresql.org>
Thu, 24 Jun 2021 09:37:13 +0000 (15:07 +0530)
committerAmit Kapila <akapila@postgresql.org>
Thu, 24 Jun 2021 09:56:37 +0000 (15:26 +0530)
commite95f617acc4808c6d5e031ea04198e89a49c9fb6
tree92650abbf940b337d20b0e31d255ac7a3c7bd981
parenteb3bd243a24590ddd13d13c3ba8f0fa948903bbf
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
src/include/replication/reorderbuffer.h