Обсуждение: pgsql: Remove smgrdounlink() in smgr.c from the code tree

Поиск
Список
Период
Сортировка

pgsql: Remove smgrdounlink() in smgr.c from the code tree

От
Michael Paquier
Дата:
Remove smgrdounlink() in smgr.c from the code tree

The last caller of this routine was removed in b416691, and as a wise
man said one day, dead code tends to silently break.

Per discussion between Fujii Masao, Peter Geoghegan, Vignesh C and me.

Reported-by: Peter Geoghegan
Discussion: https://postgr.es/m/CAH2-Wz=sg5H8-vG4d5UmAofdcRMpeTDt2K-NUWp4GSfhenRGAQ@mail.gmail.com

Branch
------
master

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

Modified Files
--------------
src/backend/storage/smgr/smgr.c | 56 -----------------------------------------
src/include/storage/smgr.h      |  1 -
2 files changed, 57 deletions(-)