| From: | Amit Kapila <akapila(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Fix ABI break introduced by commit 4daa140a2f. |
| Date: | 2021-06-24 10:00:02 |
| Message-ID: | E1lwM9S-0000qO-LA@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
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
Branch
------
REL_11_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/e95f617acc4808c6d5e031ea04198e89a49c9fb6
Modified Files
--------------
src/include/replication/reorderbuffer.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2021-06-24 15:30:59 | pgsql: Stabilize results of insert-conflict-toast.spec. |
| Previous Message | Heikki Linnakangas | 2021-06-24 08:30:59 | pgsql: Another fix to relmapper race condition. |