citus/src
Jason Petersen afa9bd4840 Add code to set index validity on failure
Coordinator code marks index as invalid as a base, set it as valid in a
transactional layer atop that base, then proceeds with worker commands.
If a worker command has problems, the rollback results in an index with
isvalid = false. If everything succeeds, the user sees a valid index.
2017-04-03 11:19:15 -06:00
..
backend Add code to set index validity on failure 2017-04-03 11:19:15 -06:00
include Remove CONCURRENTLY checks, fix tests 2017-04-03 11:19:15 -06:00
test/regress Add code to set index validity on failure 2017-04-03 11:19:15 -06:00