summaryrefslogtreecommitdiff
path: root/src/backend/tcop/postgres.c
diff options
context:
space:
mode:
authorPavan Deolasee2015-06-18 11:53:44 +0000
committerPavan Deolasee2015-06-18 11:53:44 +0000
commit4b461e8357afee2715f90ed182a18cfe534513c6 (patch)
tree107e19ff36a7afed4b014fb1f2997ca8173d51d1 /src/backend/tcop/postgres.c
parent2491c5ccb17fb8dbe81fb68e81be58c9e1dc9d0d (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