From: | Andres Freund <andres(at)2ndquadrant(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | pgsql-hackers(at)postgreSQL(dot)org |
Subject: | Re: Somebody broke \d on indexes |
Date: | 2013-11-14 15:10:14 |
Message-ID: | 20131114151014.GC7522@alap2.anarazel.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
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).
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.
Greetings,
Andres Freund
--
Andres Freund http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services
Attachment | Content-Type | Size |
---|---|---|
fix-replica-identity-psql.diff | text/x-diff | 1.5 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2013-11-14 15:15:05 | Re: Somebody broke \d on indexes |
Previous Message | Merlin Moncure | 2013-11-14 15:07:27 | Re: additional json functionality |