pgsql: Further changes to REINDEX SCHEMA

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Further changes to REINDEX SCHEMA
Date: 2014-12-11 22:56:44
Message-ID: E1XzCf6-00054e-TD@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-12-12 00:37:55 pgsql: Fix corner case where SELECT FOR UPDATE could return a row twice
Previous Message Tom Lane 2014-12-11 22:45:40 pgsql: Make rowsecurity test clean up after itself, too.