pgsql: Remove durable_rename_excl() - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Remove durable_rename_excl()
Date
Msg-id E1o8ZeJ-001Fp9-Ci@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove durable_rename_excl()

A previous commit replaced all the calls to this function with
durable_rename() as of dac1ff3, making it used nowhere in the tree.
Using it in extension code is also risky based on the issues described
in this previous commit, so let's remove it.  This makes possible the
removal of HAVE_WORKING_LINK.

Author: Nathan Bossart
Reviewed-by: Robert Haas, Kyotaro Horiguchi, Michael Paquier
Discussion: https://postgr.es/m/20220407182954.GA1231544@nathanxps13

Branch
------
master

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

Modified Files
--------------
src/backend/storage/file/fd.c  | 63 ------------------------------------------
src/include/pg_config_manual.h |  7 -----
src/include/storage/fd.h       |  1 -
3 files changed, 71 deletions(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Replace durable_rename_excl() by durable_rename(), take two
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Add result_types column to pg_prepared_statements view