Re: Somebody broke \d on indexes

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Somebody broke \d on indexes
Дата
Msg-id 2057.1384442105@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Somebody broke \d on indexes  (Andres Freund <andres@2ndquadrant.com>)
Список pgsql-hackers
Andres Freund <andres@2ndquadrant.com> writes:
> On 2013-11-14 09:52:11 -0500, Tom Lane wrote:
>> In HEAD:
>> 
>> regression=# \d tenk1_thous_tenthous
>> ERROR:  column i.indisidentity does not exist
>> LINE 4: i.indisidentity,
>> ^

> That's me. At some point indisidentity was renamed to indisreplident.

> Patch attached (also renaming a variable that didn't cause problems but
> wasn't named consistently anymore).

Ah, thanks, will commit.

> Shouldn't we have at least one \d of an index in the regression tests
> somewhere? Not that that excuses stupid mitakes, but it'd be helpful
> nonetheless.

Seems like a good idea, will add one of those too.
        regards, tom lane



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Somebody broke \d on indexes
Следующее
От: Hannu Krosing
Дата:
Сообщение: Re: additional json functionality