Alvaro Herrera writes:
> Peter Geoghegan wrote:
>> 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
On Wed, May 11, 2016 at 1:54 PM, Alvaro Herrera
wrote:
> 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.
Why ignore the index? Either they're not supported,
Peter Geoghegan wrote:
> On Wed, May 11, 2016 at 1:20 PM, Tom Lane 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
On Wed, May 11, 2016 at 1:20 PM, Tom Lane 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
--
Sent via pgsql-committers mailing