]> 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:23:50 +0000 (14:53 +0530)
committerAmit Kapila <akapila@postgresql.org>
Thu, 24 Jun 2021 09:55:13 +0000 (15:25 +0530)
commit72b51e214a2c73bf0985a049f124bb51ed973601
treeb08887810b2fa899da9ea76372859e8f3ed6c2a8
parent8b01a403c5cc4e070107bea04e8e285151a0a073
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