Re: pgsql: Fix assorted missing infrastructure for ON CONFLICT.

From: Peter Geoghegan <pg(at)heroku(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-committers <pgsql-committers(at)postgresql(dot)org>
Subject: Re: pgsql: Fix assorted missing infrastructure for ON CONFLICT.
Date: 2016-05-11 20:49:52
Message-ID: CAM3SWZRvdv_muePTZ7vwFhPL6DESNxT60aKwwg4NR50D6FCzrg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Wed, May 11, 2016 at 1:20 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2016-05-11 20:54:59 Re: pgsql: Fix assorted missing infrastructure for ON CONFLICT.
Previous Message Tom Lane 2016-05-11 20:20:34 pgsql: Fix assorted missing infrastructure for ON CONFLICT.