pgsql: Update .abi-compliance-history for change to TransitionCaptureSt

From: Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Update .abi-compliance-history for change to TransitionCaptureSt
Date: 2026-01-30 08:57:04
Message-ID: E1vlkJL-00086O-2Q@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update .abi-compliance-history for change to TransitionCaptureState.

As noted in the commit message for b4307ae2e54, the change to the
TransitionCaptureState structure is nominally an ABI break, but it is
not expected to affect any third-party code. Therefore, add it to the
.abi-compliance-history file.

Discussion: https://postgr.es/m/19380-4e293be2b4007248%40postgresql.org
Backpatch-through: 15-18

Branch
------
REL_16_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/b06e7c10d17276c1aecc06d4267e2663bcb3689c

Modified Files
--------------
.abi-compliance-history | 11 +++++++++++
1 file changed, 11 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Álvaro Herrera 2026-01-30 09:22:51 pgsql: Use C99 designated designators in a couple of places
Previous Message Fujii Masao 2026-01-30 00:06:21 pgsql: Remove unused argument from ApplyLogicalMappingFile().