Re: Purpose of wal_init_zero - Mailing list pgsql-hackers

From Hannu Krosing
Subject Re: Purpose of wal_init_zero
Date
Msg-id CAMT0RQSb1_hmTiYtCzOEe6sFSeAh7vW=UUwyahPQ_gyZmEvjBw@mail.gmail.com
Whole thread Raw
In response to Re: Purpose of wal_init_zero  (Ritu Bhandari <mailritubhandari@gmail.com>)
List pgsql-hackers
On Thu, Jan 16, 2025 at 10:21 AM Ritu Bhandari
<mailritubhandari@gmail.com> wrote:

> Could we consider adding back fallocate?

Or if not adding it back for all then maybe have a 3-value wal_init_zero :

wal_init_zero = on;
wal_init_zero = off;
wal_init_zero = fallocate;

?



pgsql-hackers by date:

Previous
From: Peter Smith
Date:
Subject: Re: Log a warning in pg_createsubscriber for max_slot_wal_keep_size
Next
From: Peter Smith
Date:
Subject: Re: Adding a '--two-phase' option to 'pg_createsubscriber' utility.