pgsql: Add a regression test case for \d on an index. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Add a regression test case for \d on an index.
Date
Msg-id E1Vgywy-0001l1-Vc@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add a regression test case for \d on an index.

Previous commit shows the need for this.  The coverage isn't really
thorough, but it's better than nothing.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/982b82d6b1fd007b9357ce198d13a55544888534

Modified Files
--------------
src/test/regress/expected/create_index.out |   16 ++++++++++++++++
src/test/regress/sql/create_index.sql      |    2 ++
2 files changed, 18 insertions(+)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix incorrect column name in psql \d code.
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Use a hash table to store current sequence values.