pgsql: Update .abi-compliance-history file. - Mailing list pgsql-committers

From Nathan Bossart
Subject pgsql: Update .abi-compliance-history file.
Date
Msg-id E1vBG5x-002oVK-0i@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Update .abi-compliance-history file.

As foretold by commit a72f7d97be, this commit moves the baseline
point for ABI compatibility for v18 to commit c8af5019be.  While at
it, add some more commentary and adjust the format of the entries
to improve both human and machine readability.  There's a good
chance we'll add an .abi-compliance-history file to the other
back-branches, but for now this effort is limited to v18.

Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Reviewed-by: Peter Geoghegan <pg@bowt.ie>
Reviewed-by: David E. Wheeler <david@justatheory.com>
Reviewed-by: Mankirat Singh <mankiratsingh1315@gmail.com>
Discussion: https://postgr.es/m/aPJ03E2itovDBcKX%40nathan
Backpatch-through: 18 only

Branch
------
REL_18_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/93fb76ca4e69e53ac0b4d3ed0575dffdb609bb30

Modified Files
--------------
.abi-compliance-history | 35 ++++++++++++++++++++++++++++++++---
1 file changed, 32 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Jeff Davis
Date:
Subject: pgsql: Make char2wchar() static.
Next
From: Tom Lane
Date:
Subject: pgsql: Avoid short seeks in pg_restore.