pgsql: Include partitioned indexes to system view pg_indexes - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Include partitioned indexes to system view pg_indexes
Date
Msg-id E1gZ9zd-0001HI-6A@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Tweak description comments in tests for partition functions
Next
From: Tom Lane
Date:
Subject: pgsql: Fix ancient thinko in mergejoin cost estimation.