Re: pgsql: Fix assorted missing infrastructure for ON CONFLICT. - Mailing list pgsql-committers

From Peter Geoghegan
Subject Re: pgsql: Fix assorted missing infrastructure for ON CONFLICT.
Date
Msg-id CAM3SWZRvdv_muePTZ7vwFhPL6DESNxT60aKwwg4NR50D6FCzrg@mail.gmail.com
Whole thread Raw
In response to pgsql: Fix assorted missing infrastructure for ON CONFLICT.  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: pgsql: Fix assorted missing infrastructure for ON CONFLICT.
List pgsql-committers
On Wed, May 11, 2016 at 1:20 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Fix assorted missing infrastructure for ON CONFLICT.

What does this mean?

+           /* XXX broken */
            if (attno < 0)
                elog(ERROR, "system column in index");

--
Peter Geoghegan


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix assorted missing infrastructure for ON CONFLICT.
Next
From: Alvaro Herrera
Date:
Subject: Re: pgsql: Fix assorted missing infrastructure for ON CONFLICT.