pgsql: Remove unused smgrdounlinkfork() function. - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: Remove unused smgrdounlinkfork() function.
Date
Msg-id E1iAYkX-0001hn-Oq@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Add some const decorations to array constants
Next
From: Alvaro Herrera
Date:
Subject: pgsql: pg_upgrade/test.sh: Quote sed(1) argument