citus/src
Onur Tirtir 0db21bbe14
Remove fkey graph visited flags & rework GetConnectedListHelper (#4446)
With this commit, we remove visited flags from ForeignConstraintRelationshipNode
struct since keeping local state in global object is both dangerous and
meaningless.

Also to improve readability, this commit also converts needless recursion to
iterative DFS to avoid passing local hash-map as another parameter to
GetConnectedListHelper function.
2020-12-24 12:38:48 +03:00
..
backend Remove fkey graph visited flags & rework GetConnectedListHelper (#4446) 2020-12-24 12:38:48 +03:00
include Refactor foreign key functions to use table types (#4424) 2020-12-23 17:05:09 +03:00
test Support CREATE INDEX commands without index name on citus tables (#4273) 2020-12-23 23:15:39 +03:00