pgsql: Remove durable_rename_excl()

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Remove durable_rename_excl()
Дата
Msg-id E1njte5-001TVV-Pz@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Replace existing durable_rename_excl() calls with durable_rename
Следующее
От: John Naylor
Дата:
Сообщение: pgsql: Fix SQL syntax in comment in logical/worker.c