pgsql: Further changes to REINDEX SCHEMA - Mailing list pgsql-committers

From Simon Riggs
Subject pgsql: Further changes to REINDEX SCHEMA
Date
Msg-id E1XzCf6-00054e-TD@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Make rowsecurity test clean up after itself, too.
Next
From: Tom Lane
Date:
Subject: pgsql: Fix corner case where SELECT FOR UPDATE could return a row twice