Remove durable_rename_excl()
authorMichael Paquier <michael@paquier.xyz>
Thu, 28 Apr 2022 02:10:40 +0000 (11:10 +0900)
committerMichael Paquier <michael@paquier.xyz>
Thu, 28 Apr 2022 02:10:40 +0000 (11:10 +0900)
commit2c902bbf1911a3c3dd68b817209eca9be81e381c
tree1958bc8aea510c443e643055a104dfb0264e0cca
parentccfbd9287d70038518bdd3e85d7f5fd3dd1bb880
Remove durable_rename_excl()

ccfbd92 has replaced all existing in-core callers of this function in
favor of durable_rename().  durable_rename_excl() is by nature unsafe on
crashes happening at the wrong time, so just remove it.

Author: Nathan Bossart
Reviewed-by: Robert Haas, Kyotaro Horiguchi, Michael Paquier
Discussion: https://postgr.es/m/20220407182954.GA1231544@nathanxps13
src/backend/storage/file/fd.c
src/include/pg_config_manual.h
src/include/storage/fd.h