Merge pull request #3100 from citusdata/fix_typo

Fix a typo
pull/3102/head
Hadi Moshayedi 2019-10-10 11:16:11 -07:00 committed by GitHub
commit 3fb9c63890
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 * 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 * 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 CREATE SEQUENCE citus.pg_dist_jobid_seq
MINVALUE 2 /* first jobId reserved for clean up jobs */ MINVALUE 2 /* first jobId reserved for clean up jobs */