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. Remove unused-and-misspelled function extern declaration.

  2. Allow users to limit storage reserved by replication slots

  1. Remove an undefined function CalculateMaxmumSafeLSN

    Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com> — 2022-05-21T07:21:15Z

    Hi,
    
    While working on a feature, I came across an undefined
    (declaration-only) function CalculateMaxmumSafeLSN added by commit
    c655077 [1]. Attaching a patch to remove it.
    
    [1] commit c6550776394e25c1620bc8258427c8f1d448080d
    Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
    Date:   Tue Apr 7 18:35:00 2020 -0400
    
        Allow users to limit storage reserved by replication slots
    
    Regards,
    Bharath Rupireddy.
    
  2. Re:Remove an undefined function CalculateMaxmumSafeLSN

    Sergei Kornilov <sk@zsrv.org> — 2022-05-21T08:55:27Z

    Hello
    
    Yes, I already wrote about this artifact. And created CF app entry so it wouldn't get lost: https://commitfest.postgresql.org/38/3616/
    
    regards, Sergei