pgsql: Remove "smgr_persistence == 0" dead code.

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: Remove "smgr_persistence == 0" dead code.
Дата
Msg-id E1sV8CJ-000OuW-BM@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove "smgr_persistence == 0" dead code.

Reaching that code would have required multiple processes performing
relation extension during recovery, which does not happen.  That caller
has the persistence available, so pass it.  This was dead code as soon
as commit 210622c60e1a9db2e2730140b8106ab57d259d15 added it.

Discussion: https://postgr.es/m/CAN55FZ0JKL6vk1xQp6rfOXiNFV1u1H0tJDPPGHWoiO3ea2Wc=A@mail.gmail.com

Branch
------
master

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

Modified Files
--------------
src/backend/storage/buffer/bufmgr.c | 10 +---------
src/include/storage/bufmgr.h        | 10 +++-------
2 files changed, 4 insertions(+), 16 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Nathan Bossart
Дата:
Сообщение: pgsql: Add overflow checks to money type.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Correctly check updatability of columns targeted by INSERT...DEF