citus/src/include
Andres Freund 7320c17f00 Convert router executor to placement connection management infrastructure.
Remove the router specific transaction and shard management, and
replace it with the new placement connection API.  This mostly leaves
behaviour alone, except that it is now, inside a transaction, legal to
select from a shard to which no pre-existing connection exists.

To simplify code the code handling task executions for select and
modify has been split into two - the previous coding was starting to
get confusing due to the amount of only conditionally applicable code.

Modification connections & transactions are now always established in
parallel, not just for reference tables.
2017-01-09 13:13:02 -08:00
..
distributed Convert router executor to placement connection management infrastructure. 2017-01-09 13:13:02 -08:00
.gitignore Changed product name to citus 2016-02-15 16:04:31 +02:00
citus_config.h.in Changed product name to citus 2016-02-15 16:04:31 +02:00