pgsql: Remove unused-and-misspelled function extern declaration.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove unused-and-misspelled function extern declaration.
Date: 2022-05-21 17:26:22
Message-ID: E1nsSrt-000T9Y-Mz@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove unused-and-misspelled function extern declaration.

Commit c65507763 added "extern XLogRecPtr CalculateMaxmumSafeLSN(void)",
which bears no trace of connection to anything else in that patch
or anywhere else. Remove it again.

Sergei Kornilov (also spotted by Bharath Rupireddy)

Discussion: https://postgr.es/m/706501646056870@vla3-6a5326aeb4ee.qloud-c.yandex.net
Discussion: https://postgr.es/m/CALj2ACVoQ7NEf43Xz0rfxsGOKYTN5r4VZp2DO2_5p+CMzsRPFw@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e19272ef603bdb11a09e7f8500dc4e0fb4ec73de

Modified Files
--------------
src/include/access/xlog.h | 1 -
1 file changed, 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-05-21 18:46:14 pgsql: Show 'AS "?column?"' explicitly when it's important.
Previous Message Tom Lane 2022-05-21 17:14:03 pgsql: Avoid overflow hazard when clamping group counts to "long int".