mirror of https://github.com/citusdata/citus.git
This change adds support for serial columns to be used with MX tables. Prior to this change, sequences of serial columns were created in all workers (for being able to create shards) but never used. With MX, we need to set the sequences so that sequences in each worker create unique values. This is done by setting the MINVALUE, MAXVALUE and START values of the sequence. |
||
---|---|---|
.. | ||
task_tracker.c | ||
task_tracker_protocol.c | ||
worker_data_fetch_protocol.c | ||
worker_drop_protocol.c | ||
worker_file_access_protocol.c | ||
worker_merge_protocol.c | ||
worker_partition_protocol.c | ||
worker_truncate_trigger_protocol.c |