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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Remove unused-and-misspelled function extern declaration.
Дата
Msg-id E1nsSrt-000T9Y-Mz@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Avoid overflow hazard when clamping group counts to "long int".
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Show 'AS "?column?"' explicitly when it's important.