Re: Use log_newpage_range in HASH index build

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Kirill Reshke <reshkekirill(at)gmail(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Use log_newpage_range in HASH index build
Date: 2026-04-26 17:09:32
Message-ID: CA+TgmoZSNgHLvSiXch3pE-m5qf1b7pMWWXJ3SnCuK1sdYZSmzg@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Oct 23, 2025 at 3:21 PM Kirill Reshke <reshkekirill(at)gmail(dot)com> wrote:
> So, implementation is simply pass isbuild flag everywhere something is
> wal-logged. Looks like it is less invasive than alternatives.

I think that in order to be seriously considered, this patch will need
more than zero words of comments and more than a one-line commit
message.

The XXX comment would need addressing, too.

--
Robert Haas
EDB: http://www.enterprisedb.com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2026-04-26 17:12:06 Re: Use log_newpage_range in HASH index build
Previous Message DaeMyung Kang 2026-04-26 17:01:30 [PATCH] Fix memory leak of primary_sysid in walreceiver