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

From Michael Paquier
Subject pgsql: Remove durable_rename_excl()
Date
Msg-id E1njte5-001TVV-Pz@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2c902bbf1911a3c3dd68b817209eca9be81e381c

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 existing durable_rename_excl() calls with durable_rename
Next
From: John Naylor
Date:
Subject: pgsql: Fix SQL syntax in comment in logical/worker.c