Thread

Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. Meson: Fix check_header() for readline and gssapi

  1. Minor cleanup of Meson files given that we require 0.57

    Andreas Karlsson <andreas@proxel.se> — 2026-04-01T15:34:56Z

    Hi,
    
    I found a couple of comments about features not supported in meson 
    versions previous to 0.57 but since we know do require 0.57.2 we can 
    safely fix them.
    
    The issue fixed is that check_header() previously did not support 
    dependencies declared with declare_dependency() which seems like an easy 
    fix which improves code quality a bit.
    
    I also found a comment with a typo which claimed a feature requires 
    0.56, but str.replace() actually requires 0.58.
    
    -- 
    Andreas Karlsson
    Percona
    
  2. Re: Minor cleanup of Meson files given that we require 0.57

    Tristan Partin <tristan@partin.io> — 2026-04-15T21:33:41Z

    Both patches look good to me!
    
    -- 
    Tristan Partin
    PostgreSQL Contributors Team
    AWS (https://aws.amazon.com)
    
    
    
    
  3. Re: Minor cleanup of Meson files given that we require 0.57

    Michael Paquier <michael@paquier.xyz> — 2026-04-17T22:00:42Z

    On Wed, Apr 15, 2026 at 09:33:41PM +0000, Tristan Partin wrote:
    > Both patches look good to me!
    
    I have skimmed through the patches quickly, and they sound rather
    correct (need to double-check in depth).  Anyway, asking before doing
    anything..  Would there be any objections to this simplification on
    HEAD, now that we require 0.57.2?
    --
    Michael
    
  4. Re: Minor cleanup of Meson files given that we require 0.57

    Michael Paquier <michael@paquier.xyz> — 2026-04-20T03:38:13Z

    On Sat, Apr 18, 2026 at 07:00:42AM +0900, Michael Paquier wrote:
    > I have skimmed through the patches quickly, and they sound rather
    > correct (need to double-check in depth).  Anyway, asking before doing
    > anything..  Would there be any objections to this simplification on
    > HEAD, now that we require 0.57.2?
    
    Hearing nothing, done.  I have tweaked the comment for str.replace()
    to mention 0.58.0 rather than 0.58, to be more precise.
    --
    Michael