Include partitioned indexes to system view pg_indexes
authorMichael Paquier <michael@paquier.xyz>
Tue, 18 Dec 2018 07:37:51 +0000 (16:37 +0900)
committerMichael Paquier <michael@paquier.xyz>
Tue, 18 Dec 2018 07:37:51 +0000 (16:37 +0900)
commitf94cec64476f2752e91b10d7928a2fcd105e9fc3
treec0f43a5064112d7b93e6635cfe2e1afe04d6f0ea
parent3e514c1238312c56b73d956d844c67a034dead02
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
src/backend/catalog/system_views.sql
src/include/catalog/catversion.h
src/test/regress/expected/indexing.out
src/test/regress/expected/rules.out
src/test/regress/sql/indexing.sql