pgsql: Fix incorrect column name in psql \d code.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix incorrect column name in psql \d code.
Date: 2013-11-14 15:27:30
Message-ID: E1VgypO-0001fE-1Z@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix incorrect column name in psql \d code.

pg_index.indisreplident had at one time in its development been called
indisidentity. describe.c got missed when it was renamed.
Bug introduced in commit 07cacba983ef79be4a84fcd0e0ca3b5fcb85dd65.

Andres Freund

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/e694cf25d787354ed04310a14aa508692874dcad

Modified Files
--------------
src/bin/psql/describe.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2013-11-14 15:35:20 pgsql: Add a regression test case for \d on an index.
Previous Message Peter Eisentraut 2013-11-14 02:26:24 pgsql: Fix whitespace