Remove an undefined function CalculateMaxmumSafeLSN - Mailing list pgsql-hackers

From Bharath Rupireddy
Subject Remove an undefined function CalculateMaxmumSafeLSN
Date
Msg-id CALj2ACVoQ7NEf43Xz0rfxsGOKYTN5r4VZp2DO2_5p+CMzsRPFw@mail.gmail.com
Whole thread Raw
Responses Re:Remove an undefined function CalculateMaxmumSafeLSN
List pgsql-hackers
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.

Attachment

pgsql-hackers by date:

Previous
From: Noah Misch
Date:
Subject: Re: tweak to a few index tests to hits ambuildempty() routine.
Next
From: Bharath Rupireddy
Date:
Subject: Fix unnecessary includes and comments in 019_replslot_limit.pl, 007_wal.pl and 004_timeline_switch.pl