pgsql: Remove unused-and-misspelled function extern declaration. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Remove unused-and-misspelled function extern declaration.
Date
Msg-id E1nsSrt-000T9Y-Mz@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Avoid overflow hazard when clamping group counts to "long int".
Next
From: Tom Lane
Date:
Subject: pgsql: Show 'AS "?column?"' explicitly when it's important.