mirror of https://github.com/citusdata/citus.git
Previously, we threw an error when we ran CREATE INDEX IF NOT EXISTS with an already existing index. This change enables expected behavior by checking if the statement has IF NOT EXISTS before throwing the error. We also ensure that we don't execute the command on the workers, if an index already exists on the master. |
||
---|---|---|
.. | ||
backend | ||
bin | ||
include | ||
test/regress |