Re: using index or check in ALTER TABLE SET NOT NULL

Поиск
Список
Период
Сортировка
От Dmitry Dolgov
Тема Re: using index or check in ALTER TABLE SET NOT NULL
Дата
Msg-id CA+q6zcXUihSA1UnUgjZH5BSKZwsB0dV9bP6kTop=1txx=qV0Fg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: using index or check in ALTER TABLE SET NOT NULL  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Ответы Re: using index or check in ALTER TABLE SET NOT NULL  (Dmitry Dolgov <9erthalion6@gmail.com>)
Список pgsql-hackers
> On Tue, Nov 13, 2018 at 1:59 PM Alvaro Herrera <alvherre@2ndquadrant.com> wrote:
>
> On 2018-Nov-13, Dmitry Dolgov wrote:
>
> > > On Sun, 4 Nov 2018 at 19:03, Sergei Kornilov <sk@zsrv.org> wrote:
> > >
> > > > If not properly cataloguing NOT NULL constraints would be fixed, can it
> > > > potentially conflict with the current patch or not?
> > > We already doing same stuff for "alter table attach partition" and in this patch i use exactly this routine. If
propercataloguing would conflict with my patch - it would conflict with "attach partition" validation too.
 
> > > I think proper cataloguing can be implemented without conflict with proposed feature.
> >
> > Yes, indeed, this patch relies on the PartConstraintImpliedByRelConstraint.
> > Then maybe it makes sense to go with the solution, proposed in this thread,
> > while leaving open the possibility of having "SET NOT NULL NOT VALID"? From
> > the functionality point of view it definitely would be beneficial. Any other
> > opinions?
>
> I think we should ignore any SET NOT NULL NOT VALID patches, because
> in practice they don't exist.  Let's move forward with this, because the
> optimization being proposed is clearly very useful.

Absolutely agree. Looking at the history of the patch I see that it went
through some extensive review and even was marked as Ready for Committer before
the commentary from Peter, but since then some changes were made (rebase and
code reorganization). Can someone from the reviewers confirm (or not) if the
patch is in a good shape? If no, then I'll try to allocate some time for that,
but can't promise any exact date.


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tomas Vondra
Дата:
Сообщение: Re: MERGE SQL statement for PG12
Следующее
От: Vik Fearing
Дата:
Сообщение: Re: New GUC to sample log queries