pgsql: Fix ABI break introduced by commit 4daa140a2f.

Поиск
Список
Период
Сортировка
От Amit Kapila
Тема pgsql: Fix ABI break introduced by commit 4daa140a2f.
Дата
Msg-id E1lwM9S-0000qK-KK@gemulon.postgresql.org
обсуждение исходный текст
Список 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_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/56e366f6757d24b07cc7c2de2e5151dc372d059e

Modified Files
--------------
src/include/replication/reorderbuffer.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Another fix to relmapper race condition.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Stabilize results of insert-conflict-toast.spec.