citus/src
Samay Sharma c2767550b5
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-02 17:50:19 -06:00
..
backend Avoid error during CREATE INDEX IF NOT EXISTS 2016-11-02 17:50:19 -06:00
bin Add old version(without schema name parameter) of api functions back 2016-07-28 20:40:38 +03:00
include Directly register router xact callbacks in PG_init 2016-09-29 17:10:30 -06:00
test/regress Avoid error during CREATE INDEX IF NOT EXISTS 2016-11-02 17:50:19 -06:00