mirror of https://github.com/citusdata/citus.git
18 lines
399 B
Plaintext
18 lines
399 B
Plaintext
Parsed test spec with 1 sessions
|
|
|
|
starting permutation: check_mx
|
|
step check_mx:
|
|
SHOW citus.enable_metadata_sync;
|
|
SELECT bool_and(metadatasynced) FROM pg_dist_node WHERE noderole = 'primary';
|
|
|
|
citus.enable_metadata_sync
|
|
---------------------------------------------------------------------
|
|
on
|
|
(1 row)
|
|
|
|
bool_and
|
|
---------------------------------------------------------------------
|
|
t
|
|
(1 row)
|
|
|