From b50d21653607908441aacc9a98d9b90434d7f591 Mon Sep 17 00:00:00 2001 From: Hadi Moshayedi Date: Thu, 10 Oct 2019 10:38:33 -0700 Subject: [PATCH] Fix a typo --- src/backend/distributed/sql/citus--7.0-1.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/distributed/sql/citus--7.0-1.sql b/src/backend/distributed/sql/citus--7.0-1.sql index b610dc9f3..f15405b9c 100644 --- a/src/backend/distributed/sql/citus--7.0-1.sql +++ b/src/backend/distributed/sql/citus--7.0-1.sql @@ -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 */