Distributed PostgreSQL as an extension
 
 
 
 
 
 
Go to file
Jason Petersen 0d196d1bf4
Ensure router executor acquires proper shard lock
Though Citus' Task struct has a shardId field, it doesn't have the same
semantics as the one previously used in pg_shard code. The analogous
field in the Citus Task is anchorShardId. I've also added an argument
check to the relevant locking function to catch future locking attempts
which pass an invalid argument.
2016-02-16 11:20:18 -07:00
src Ensure router executor acquires proper shard lock 2016-02-16 11:20:18 -07: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