Re: using index to speedup add not null constraints to a table - Mailing list pgsql-hackers

From jian he
Subject Re: using index to speedup add not null constraints to a table
Date
Msg-id CACJufxFeGeGPRo75-TywDLbo3Oj3BQMk+yna6ydAHSjHK5jNqA@mail.gmail.com
Whole thread Raw
In response to Re: using index to speedup add not null constraints to a table  (Álvaro Herrera <alvherre@kurilemu.de>)
Responses Re: using index to speedup add not null constraints to a table
List pgsql-hackers
hi.

Please check the attached v10.

Turns out regress test is doable, I just need to
SET client_min_messages TO DEBUG1;

It is now implemented as a single static function, index_check_notnull, located
in tablecmd.c. I believe I have addressed all of your other points as well.


--
jian
https://www.enterprisedb.com/

Attachment

pgsql-hackers by date:

Previous
From: Peter Smith
Date:
Subject: Re: Warn when creating or enabling a subscription with max_logical_replication_workers = 0
Next
From: Michał Kłeczek
Date:
Subject: Re: New access method for b-tree.