Re: pgsql: Clarify error message when attempting to create index on foreign - Mailing list pgsql-committers

From Magnus Hagander
Subject Re: pgsql: Clarify error message when attempting to create index on foreign
Date
Msg-id BANLkTik2XVgQCyWkEbCyUX1_puE_-EgkBg@mail.gmail.com
Whole thread Raw
In response to Re: pgsql: Clarify error message when attempting to create index on foreign  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-committers
On Thu, May 5, 2011 at 22:20, Alvaro Herrera <alvherre@commandprompt.com> wrote:
> Excerpts from Magnus Hagander's message of jue may 05 16:48:07 -0300 2011:
>> Clarify error message when attempting to create index on foreign table
>>
>> Instead of just saying "is not a table", specifically state that
>> indexes aren't supported on *foreign* tables.
>
> Buildfarm broke ... do you need to update regression tests' expected
> files?

gah, I guess no patch is small enough that I shouldn't run through the
regression tests. Pfft .Sorry about that, will fix. Thanks for
pointing it out.

--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/

pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: pgsql: Clarify error message when attempting to create index on foreign
Next
From: Magnus Hagander
Date:
Subject: pgsql: Unbreak the regression tests from my previous commit