Distributed PostgreSQL as an extension
 
 
 
 
 
 
Go to file
Murat Tuncer 444f305165 Add support for appending to cstore table shards
- Flexed the check which prevented append operation cstore tables
  since its storage type is not SHARD_STORAGE_TABLE.
- Used process utility function to perform copy operation in
  worker_append_table_to shard() instead of directly calling
  postgresql DoCopy().
- Removed the additional check in master_create_empty_shard() function.
  This check was redundant and erroneous since it was called after
  CheckDistributedTable() call.
- Modified WorkerTableSize() function to retrieve cstore table shard
  size correctly.
2016-02-16 13:58:39 +02:00
src Add support for appending to cstore table shards 2016-02-16 13:58:39 +02:00
.gitattributes Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00
.gitignore Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00
.travis.yml Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00
Makefile Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00
Makefile.global.in Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00
autogen.sh Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00
configure Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00
configure.in Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00
prep_buildtree Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00