Re: Use read streams in CREATE DATABASE command when the strategy is wal_log

Поиск
Список
Период
Сортировка
От Noah Misch
Тема Re: Use read streams in CREATE DATABASE command when the strategy is wal_log
Дата
Msg-id 20240720112718.68.nmisch@google.com
обсуждение исходный текст
Ответ на Re: Use read streams in CREATE DATABASE command when the strategy is wal_log  (Nazir Bilal Yavuz <byavuz81@gmail.com>)
Ответы Re: Use read streams in CREATE DATABASE command when the strategy is wal_log
Список pgsql-hackers
On Thu, Jul 18, 2024 at 02:11:13PM +0300, Nazir Bilal Yavuz wrote:
> v4 is attached.

Removal of the PinBufferForBlock() comment about the "persistence =
RELPERSISTENCE_PERMANENT" fallback started to feel like a loss.  I looked for
a way to re-add a comment about the fallback.
https://coverage.postgresql.org/src/backend/storage/buffer/bufmgr.c.gcov.html
shows no test coverage of that fallback, and I think the fallback is
unreachable.  Hence, I've removed the fallback in a separate commit.  I've
pushed that and your three patches.  Thanks.



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

Предыдущее
От: Alexander Lakhin
Дата:
Сообщение: Re: race condition in pg_class
Следующее
От: Noah Misch
Дата:
Сообщение: Re: race condition in pg_class