public inbox for [email protected]  
help / color / mirror / Atom feed
pgsql: Update .abi-compliance-history for AdjustNotNullInheritance().
6+ messages / 2 participants
[nested] [flat]

* pgsql: Update .abi-compliance-history for AdjustNotNullInheritance().
@ 2026-02-03 14:33 Álvaro Herrera <[email protected]>
  0 siblings, 0 replies; 6+ messages in thread

From: Álvaro Herrera @ 2026-02-03 14:33 UTC (permalink / raw)
  To: [email protected]

Update .abi-compliance-history for AdjustNotNullInheritance().

Commit 492a69e14070 anticipated this change:

  [C] 'function bool AdjustNotNullInheritance(Oid, AttrNumber, bool, bool, bool)' has some sub-type changes:
    parameter 6 of type 'bool' was added
    parameter 3 of type 'bool' changed:
      entity changed from 'bool' to 'const char*'
      type size changed from 1 to 8 (in bytes)

Discussion: https://postgr.es/m/19351-8f1c523ead498545%40postgresql.org
Backpatch-through: 18 only

Branch
------
REL_18_STABLE

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

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



^ permalink  raw  reply  [nested|flat] 6+ messages in thread

* pgsql: Update .abi-compliance-history for AddRelationNotNullConstraints
@ 2026-02-21 12:09 Álvaro Herrera <[email protected]>
  0 siblings, 0 replies; 6+ messages in thread

From: Álvaro Herrera @ 2026-02-21 12:09 UTC (permalink / raw)
  To: [email protected]

Update .abi-compliance-history for AddRelationNotNullConstraints().

Commit 8d9a97e0bb6d anticipated this change:

1 function with incompatible sub-type changes:

  [C] 'function List* AddRelationNotNullConstraints(Relation, List*, List*)' has some sub-type changes:
    parameter 4 of type 'List*' was added

Discussion: https://postgr.es/m/[email protected]
Report: https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=crake&dt=2026-02-21%2011%3A27%3A03
Backpatch-through: 18 only

Branch
------
REL_18_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/70eca789eaaaec8346a883a551db371ee5101750

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



^ permalink  raw  reply  [nested|flat] 6+ messages in thread

* pgsql: Update .abi-compliance-history for pgstat_drop_entry()
@ 2026-06-18 05:49 Michael Paquier <[email protected]>
  0 siblings, 0 replies; 6+ messages in thread

From: Michael Paquier @ 2026-06-18 05:49 UTC (permalink / raw)
  To: [email protected]

Update .abi-compliance-history for pgstat_drop_entry()

As noted in the commit message of 850b9218c8e4, this function has gained
an extra called "missing_ok".  All the callers of this routine should be
in core in the v15-v17 range.  For v18, I have found one custom stats
kind that would be impacted by this change.

Discussion: https://postgr.es/m/[email protected]
Backpatch-through: 15-18

Branch
------
REL_18_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/8a4f389ddce54c5b9bc1f0dcc99e9f74944be813

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



^ permalink  raw  reply  [nested|flat] 6+ messages in thread

* pgsql: Update .abi-compliance-history for pgstat_drop_entry()
@ 2026-06-18 05:49 Michael Paquier <[email protected]>
  0 siblings, 0 replies; 6+ messages in thread

From: Michael Paquier @ 2026-06-18 05:49 UTC (permalink / raw)
  To: [email protected]

Update .abi-compliance-history for pgstat_drop_entry()

As noted in the commit message of 850b9218c8e4, this function has gained
an extra called "missing_ok".  All the callers of this routine should be
in core in the v15-v17 range.  For v18, I have found one custom stats
kind that would be impacted by this change.

Discussion: https://postgr.es/m/[email protected]
Backpatch-through: 15-18

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/39e649d44a1db44cabbff43047f257cba213261e

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



^ permalink  raw  reply  [nested|flat] 6+ messages in thread

* pgsql: Update .abi-compliance-history for pgstat_drop_entry()
@ 2026-06-18 05:49 Michael Paquier <[email protected]>
  0 siblings, 0 replies; 6+ messages in thread

From: Michael Paquier @ 2026-06-18 05:49 UTC (permalink / raw)
  To: [email protected]

Update .abi-compliance-history for pgstat_drop_entry()

As noted in the commit message of 850b9218c8e4, this function has gained
an extra called "missing_ok".  All the callers of this routine should be
in core in the v15-v17 range.  For v18, I have found one custom stats
kind that would be impacted by this change.

Discussion: https://postgr.es/m/[email protected]
Backpatch-through: 15-18

Branch
------
REL_16_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/7c457ea15c6db282cf78a8d45d6d19c17ec432af

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



^ permalink  raw  reply  [nested|flat] 6+ messages in thread

* pgsql: Update .abi-compliance-history for pgstat_drop_entry()
@ 2026-06-18 05:49 Michael Paquier <[email protected]>
  0 siblings, 0 replies; 6+ messages in thread

From: Michael Paquier @ 2026-06-18 05:49 UTC (permalink / raw)
  To: [email protected]

Update .abi-compliance-history for pgstat_drop_entry()

As noted in the commit message of 850b9218c8e4, this function has gained
an extra called "missing_ok".  All the callers of this routine should be
in core in the v15-v17 range.  For v18, I have found one custom stats
kind that would be impacted by this change.

Discussion: https://postgr.es/m/[email protected]
Backpatch-through: 15-18

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/75aca8b932e8c26f840a12c5fb7813d9fbcefcee

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



^ permalink  raw  reply  [nested|flat] 6+ messages in thread


end of thread, other threads:[~2026-06-18 05:49 UTC | newest]

Thread overview: 6+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2026-02-03 14:33 pgsql: Update .abi-compliance-history for AdjustNotNullInheritance(). Álvaro Herrera <[email protected]>
2026-02-21 12:09 pgsql: Update .abi-compliance-history for AddRelationNotNullConstraints Álvaro Herrera <[email protected]>
2026-06-18 05:49 pgsql: Update .abi-compliance-history for pgstat_drop_entry() Michael Paquier <[email protected]>
2026-06-18 05:49 pgsql: Update .abi-compliance-history for pgstat_drop_entry() Michael Paquier <[email protected]>
2026-06-18 05:49 pgsql: Update .abi-compliance-history for pgstat_drop_entry() Michael Paquier <[email protected]>
2026-06-18 05:49 pgsql: Update .abi-compliance-history for pgstat_drop_entry() Michael Paquier <[email protected]>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox