Обсуждение: pgsql: Further changes to REINDEX SCHEMA

Поиск
Список
Период
Сортировка

pgsql: Further changes to REINDEX SCHEMA

От
Simon Riggs
Дата:
Further changes to REINDEX SCHEMA

Ensure we reindex indexes built on Mat Views.
Based on patch from Micheal Paquier

Add thorough tests to check that indexes on
tables, toast tables and mat views are reindexed.

Simon Riggs

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/2646d2d4a9d8b978fda0d0d1affae4788a30f604

Modified Files
--------------
src/backend/commands/indexcmds.c           |   16 +++++---
src/test/regress/expected/create_index.out |   60 +++++++++++++++++++++++++---
src/test/regress/sql/create_index.sql      |   34 ++++++++++++++--
3 files changed, 95 insertions(+), 15 deletions(-)