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 →
-
Remove unused-and-misspelled function extern declaration.
- e19272ef603b 15.0 landed
-
Allow users to limit storage reserved by replication slots
- c6550776394e 13.0 cited
Attachments
- v1-0001-Remove-an-undefined-function-CalculateMaxmumSafeL.patch (application/octet-stream) patch v1-0001
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.