Remove an undefined function CalculateMaxmumSafeLSN

From: Bharath Rupireddy <bharath(dot)rupireddyforpostgres(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Remove an undefined function CalculateMaxmumSafeLSN
Date: 2022-05-21 07:21:15
Message-ID: CALj2ACVoQ7NEf43Xz0rfxsGOKYTN5r4VZp2DO2_5p+CMzsRPFw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)alvh(dot)no-ip(dot)org>
Date: Tue Apr 7 18:35:00 2020 -0400

Allow users to limit storage reserved by replication slots

Regards,
Bharath Rupireddy.

Attachment Content-Type Size
v1-0001-Remove-an-undefined-function-CalculateMaxmumSafeL.patch application/octet-stream 903 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bharath Rupireddy 2022-05-21 07:38:37 Fix unnecessary includes and comments in 019_replslot_limit.pl, 007_wal.pl and 004_timeline_switch.pl
Previous Message Noah Misch 2022-05-21 06:15:09 Re: tweak to a few index tests to hits ambuildempty() routine.