diff options
author | Pavan Deolasee | 2015-06-18 11:53:44 +0000 |
---|---|---|
committer | Pavan Deolasee | 2015-06-18 11:53:44 +0000 |
commit | 4b461e8357afee2715f90ed182a18cfe534513c6 (patch) | |
tree | 107e19ff36a7afed4b014fb1f2997ca8173d51d1 /src/backend/tcop/postgres.c | |
parent | 2491c5ccb17fb8dbe81fb68e81be58c9e1dc9d0d (diff) |
Do not propogate REINDEX command to coordinators for indexes on temporary
tables
We don't create temp tables on the remote coordinators and hence we need not
(in fact, must not) send REINDEX command to those coordinators. Similarly, for
indexes on materialized views, REINDEX command should only be sent to the
coordinators. We now look at the underlying table properties and decide the
target node based on that. This is in sync with the CREATE TABLE/VIEW treatment
for these objects.
Diffstat (limited to 'src/backend/tcop/postgres.c')
0 files changed, 0 insertions, 0 deletions