pgsql: Remove unused smgrdounlinkfork() function.

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема pgsql: Remove unused smgrdounlinkfork() function.
Дата
Msg-id E1iAYkX-0001hn-Oq@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove unused smgrdounlinkfork() function.

smgrdounlinkfork() became dead code as the result of commit ece01aae47,
but it was left in place just in case we want it someday. However no users
have appeared in 7 years, so it's time to remove this unused function.

Author: Kirk Jamison
Discussion: https://www.postgresql.org/message-id/D09B13F772D2274BB348A310EE3027C64E2067@g01jpexmbkw24

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/33a94bae605edf3ceda6751916f0b1af3e88630a

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Add some const decorations to array constants
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: pg_upgrade/test.sh: Quote sed(1) argument