From 18e1233fce85472b6cfea229d3815fc6c7f0d107 Mon Sep 17 00:00:00 2001 From: Amit Kapila Date: Thu, 6 Feb 2020 16:00:54 +0530 Subject: [PATCH] Fix typo. 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/optimizer/path/allpaths.c b/src/backend/optimizer/path/allpaths.c index 6197ab6dca1..47fe951954c 100644 --- a/src/backend/optimizer/path/allpaths.c +++ b/src/backend/optimizer/path/allpaths.c @@ -525,7 +525,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