Re: definition of CalculateMaxmumSafeLSN
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>
Cc: Sergei Kornilov <sk@zsrv.org>,
PostgreSQL mailing lists <pgsql-hackers@postgresql.org>
Date: 2022-05-21T17:27:12Z
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
Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com> writes: > On Mon, Feb 28, 2022 at 7:31 PM Sergei Kornilov <sk@zsrv.org> wrote: >> I just spotted in src/include/access/xlog.h: >> extern XLogRecPtr CalculateMaxmumSafeLSN(void); >> This function doesn't seem to be used anywhere or even defined? "git grep CalculateMaxmumSafeLSN" shows only this line. > +1 to remove. Right, done. regards, tom lane