mirror of https://github.com/citusdata/citus.git
Adds code to debug
parent
afa7bf640d
commit
515627e3cc
|
@ -40,6 +40,10 @@ session "s1"
|
||||||
step "s1-begin"
|
step "s1-begin"
|
||||||
{
|
{
|
||||||
BEGIN;
|
BEGIN;
|
||||||
|
select * from pg_dist_node;
|
||||||
|
SELECT get_shard_id_for_distribution_column('employee', 3);
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
step "s1-pause-node"
|
step "s1-pause-node"
|
||||||
|
|
Loading…
Reference in New Issue