Fix a typo

pull/3100/head
Hadi Moshayedi 2019-10-10 10:38:33 -07:00
parent 4063e7ca67
commit b50d216536
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ ALTER SEQUENCE citus.pg_dist_shardid_seq SET SCHEMA pg_catalog;
/*
* internal sequence to generate 32-bit jobIds. These identifiers are then
* used to identify jobs in the distributed database; and they wrap at 32-bits
* to allow for slave nodes to independently execute their distributed jobs.
* to allow for worker nodes to independently execute their distributed jobs.
*/
CREATE SEQUENCE citus.pg_dist_jobid_seq
MINVALUE 2 /* first jobId reserved for clean up jobs */