From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Andres Freund <andres(at)2ndquadrant(dot)com> |
Cc: | pgsql-hackers(at)postgreSQL(dot)org |
Subject: | Re: Somebody broke \d on indexes |
Date: | 2013-11-14 15:15:05 |
Message-ID: | 2057.1384442105@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Andres Freund <andres(at)2ndquadrant(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | Hannu Krosing | 2013-11-14 15:42:49 | Re: additional json functionality |
Previous Message | Andres Freund | 2013-11-14 15:10:14 | Re: Somebody broke \d on indexes |