Peter Geoghegan wrote:
> On Wed, May 11, 2016 at 1:20 PM, Tom Lane <t...@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");

My guess is that it means we do support indexes in system columns (oid
in particular) and that instead of an ugly error this should do
something else.  Maybe silently ignore the index.

-- 
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

Reply via email to