Re: Use read streams in CREATE DATABASE command when the strategy is wal_log - Mailing list pgsql-hackers

From Noah Misch
Subject Re: Use read streams in CREATE DATABASE command when the strategy is wal_log
Date
Msg-id 20240720112718.68.nmisch@google.com
Whole thread Raw
In response to Re: Use read streams in CREATE DATABASE command when the strategy is wal_log  (Nazir Bilal Yavuz <byavuz81@gmail.com>)
Responses Re: Use read streams in CREATE DATABASE command when the strategy is wal_log
List 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 by date:

Previous
From: Alexander Lakhin
Date:
Subject: Re: race condition in pg_class
Next
From: Noah Misch
Date:
Subject: Re: race condition in pg_class