aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/parallel.c
diff options
context:
space:
mode:
authorAmit Kapila <akapila@postgresql.org>2020-04-14 08:10:27 +0530
committerAmit Kapila <akapila@postgresql.org>2020-04-14 08:10:27 +0530
commita6fea120a7e3858e642bb5e96027f166a1a6f134 (patch)
tree6dc527a06a5a8f437ec06eb52edc45157e73a111 /src/backend/access/transam/parallel.c
parent826ee1a019127d611bb0fd22ca878142bfb077ac (diff)
downloadpostgresql-a6fea120a7e3858e642bb5e96027f166a1a6f134.tar.gz
postgresql-a6fea120a7e3858e642bb5e96027f166a1a6f134.zip
Comments and doc fixes for commit 40d964ec99.
Reported-by: Justin Pryzby Author: Justin Pryzby, with few changes by me Reviewed-by: Amit Kapila and Sawada Masahiko Discussion: https://postgr.es/m/20200322021801.GB2563@telsasoft.com
Diffstat (limited to 'src/backend/access/transam/parallel.c')
-rw-r--r--src/backend/access/transam/parallel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/transam/parallel.c b/src/backend/access/transam/parallel.c
index 29057f389e2..14a86900198 100644
--- a/src/backend/access/transam/parallel.c
+++ b/src/backend/access/transam/parallel.c
@@ -505,7 +505,7 @@ ReinitializeParallelDSM(ParallelContext *pcxt)
/*
* Reinitialize parallel workers for a parallel context such that we could
- * launch the different number of workers. This is required for cases where
+ * launch a different number of workers. This is required for cases where
* we need to reuse the same DSM segment, but the number of workers can
* vary from run-to-run.
*/