pgsql: Include partitioned indexes to system view pg_indexes

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Include partitioned indexes to system view pg_indexes
Date: 2018-12-18 07:40:41
Message-ID: E1gZ9zd-0001HI-6A@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Include partitioned indexes to system view pg_indexes

pg_tables already includes partitioned tables, so for consistency
pg_indexes should show partitioned indexes.

Author: Suraj Kharage
Reviewed-by: Amit Langote, Michael Paquier
Discussion: https://postgr.es/m/CAF1DzPVrYo4XNTEnc=PqVp6aLJc7LFYpYR4rX=_5pV=wJ2KdZg@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f94cec64476f2752e91b10d7928a2fcd105e9fc3

Modified Files
--------------
src/backend/catalog/system_views.sql | 2 +-
src/include/catalog/catversion.h | 2 +-
src/test/regress/expected/indexing.out | 7 +++++++
src/test/regress/expected/rules.out | 2 +-
src/test/regress/sql/indexing.sql | 3 +++
5 files changed, 13 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-12-18 16:20:04 pgsql: Fix ancient thinko in mergejoin cost estimation.
Previous Message Michael Paquier 2018-12-18 01:56:52 pgsql: Tweak description comments in tests for partition functions