Thread

  1. Re: abi-compliance-check failure due to recent changes to pg_{clear,restore}_{attribute,relation}_stats()

    David E. Wheeler <david@justatheory.com> — 2025-10-17T22:51:32Z

    On Oct 17, 2025, at 17:51, Tom Lane <tgl@sss.pgh.pa.us> wrote:
    
    >> Okay, so the rule is:
    > 
    >> * If there is no .abi-compliance-history file, baseline from the latest tag
    >> * Otherwise, baseline from the first SHA to appear in the file
    > 
    > NO.  The rule is: if there's no such file, do not apply ABI checking.
    > We are not interested in ABI complaints against master.
    
    It only runs against maintenance branches.
    
    D