This website requires JavaScript.
Explore
Help
Sign In
external
/
citus
mirror of
https://github.com/citusdata/citus.git
Watch
1
Star
0
Fork
You've already forked citus
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9bc95faa32
citus
/
src
/
test
/
regress
/
sql
/
check_cluster_state.sql
2 lines
94 B
SQL
Raw
Blame
History
SELECT
count
(
*
)
>
=
1
as
coordinator_exists
FROM
pg_dist_node
WHERE
groupid
=
0
AND
isactive
;
Reference in New Issue
View Git Blame
Copy Permalink