Fix typo.
authorAmit Kapila
Thu, 6 Feb 2020 10:30:54 +0000 (16:00 +0530)
committerAmit Kapila
Thu, 6 Feb 2020 10:39:34 +0000 (16:09 +0530)
Reported-by: Amit Langote
Author: Amit Langote
Backpatch-through: 9.6, where it was introduced
Discussion: https://postgr.es/m/CA+HiwqFNADeukaaGRmTqANbed9Fd81gLi08AWe_F86_942Gspw@mail.gmail.com

src/backend/optimizer/path/allpaths.c

index 56ccde977cce463ca8c291c11b81cbbdc4340e0c..dbfa0d4f105afee4671ff34a09122412da4312be 100644 (file)
@@ -559,7 +559,7 @@ set_rel_consider_parallel(PlannerInfo *root, RelOptInfo *rel,
 
            /*
             * Currently, parallel workers can't access the leader's temporary
-            * tables.  We could possibly relax this if the wrote all of its
+            * tables.  We could possibly relax this if we wrote all of its
             * local buffers at the start of the query and made no changes
             * thereafter (maybe we could allow hint bit changes), and if we
             * taught the workers to read them.  Writing a large number of