pgsql: Include partitioned indexes to system view pg_indexes

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Include partitioned indexes to system view pg_indexes
Дата
Msg-id E1gZ9zd-0001HI-6A@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Tweak description comments in tests for partition functions
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix ancient thinko in mergejoin cost estimation.