]> granicus.if.org Git - postgresql/commit
Further changes to REINDEX SCHEMA
authorSimon Riggs <simon@2ndQuadrant.com>
Thu, 11 Dec 2014 22:54:05 +0000 (22:54 +0000)
committerSimon Riggs <simon@2ndQuadrant.com>
Thu, 11 Dec 2014 22:54:05 +0000 (22:54 +0000)
commit2646d2d4a9d8b978fda0d0d1affae4788a30f604
treeae2a71fe653d1a2f4cb9799e5bac2ed082156411
parent0845264642d855d92c63c5d05a4ef83245ca16c5
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
src/backend/commands/indexcmds.c
src/test/regress/expected/create_index.out
src/test/regress/sql/create_index.sql