Re: pgsql: Restore erroneously removed ONLY from PK check - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Restore erroneously removed ONLY from PK check
Date
Msg-id 25409.1522871254@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Restore erroneously removed ONLY from PK check  (Andres Freund <andres@anarazel.de>)
List pgsql-committers
Andres Freund <andres@anarazel.de> writes:
> Shouldn't the difference due to the ONLY be visible in cases with
> inheritance?  As in, spuriously succeeding or such?  Seems like
> something that a normal regression test would be good for?

Yeah, if it actually matters (which I think it does), it shouldn't be hard
to devise a regression test that shows a behavioral difference.

            regards, tom lane


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: Re: pgsql: Restore erroneously removed ONLY from PK check
Next
From: Alexander Korotkov
Date:
Subject: Re: pgsql: Skip full index scan during cleanup of B-tree indexes when possi