citus/src
Samay Sharma 69bd7fc8de Avoid error during CREATE INDEX IF NOT EXISTS
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.
2016-11-01 14:51:19 -07:00
..
backend Avoid error during CREATE INDEX IF NOT EXISTS 2016-11-01 14:51:19 -07:00
include Always CASCADE while dropping a shard 2016-11-01 10:16:34 +01:00
test/regress Avoid error during CREATE INDEX IF NOT EXISTS 2016-11-01 14:51:19 -07:00