Remove an undefined function CalculateMaxmumSafeLSN

Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>

From: Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-05-21T07:21:15Z
Lists: pgsql-hackers

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

Attachments

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.