From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Andres Freund <andres(at)anarazel(dot)de> |
Cc: | Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>, pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | Re: pgsql: Restore erroneously removed ONLY from PK check |
Date: | 2018-04-04 19:47:34 |
Message-ID: | 25409.1522871254@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Andres Freund <andres(at)anarazel(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | Simon Riggs | 2018-04-04 20:07:25 | Re: pgsql: New files for MERGE |
Previous Message | Andres Freund | 2018-04-04 19:41:53 | Re: pgsql: Restore erroneously removed ONLY from PK check |