Re: using index to speedup add not null constraints to a table

From: jian he <jian(dot)universality(at)gmail(dot)com>
To: Álvaro Herrera <alvherre(at)kurilemu(dot)de>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: using index to speedup add not null constraints to a table
Date: 2025-10-20 06:26:24
Message-ID: CACJufxHaNDft6Qw-O+ZKdztOE6J3KKoTPP7y39nqst7BLYGKEQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Oct 17, 2025 at 3:57 AM Álvaro Herrera <alvherre(at)kurilemu(dot)de> wrote:
> Can you please rebase this? It stopped applying a week ago.
>

hi.

rebase and minor polishment.

Attachment Content-Type Size
v7-0001-using-indexscan-to-speedup-add-not-null-constraints.patch text/x-patch 29.8 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2025-10-20 06:45:14 Re: Import Statistics in postgres_fdw before resorting to sampling.
Previous Message Bertrand Drouvot 2025-10-20 06:22:00 Re: Preserve index stats during ALTER TABLE ... TYPE ...