pgsql: Fix incorrect column name in psql \d code. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix incorrect column name in psql \d code.
Date
Msg-id E1VgypO-0001fE-1Z@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Fix whitespace
Next
From: Tom Lane
Date:
Subject: pgsql: Add a regression test case for \d on an index.