typo in set_rel_consider_parallel()

Started by Amit Langotealmost 6 years ago4 messages
#1Amit Langote
amitlangote09@gmail.com
1 attachment(s)

Hi,

Attached fixes $subject.

Thanks,
Amit

Attachments:

typo-set_rel_consider_parallel.patchtext/plain; charset=US-ASCII; name=typo-set_rel_consider_parallel.patchDownload
diff --git a/src/backend/optimizer/path/allpaths.c b/src/backend/optimizer/path/allpaths.c
index 8286d9cf34..905bbe77d8 100644
--- a/src/backend/optimizer/path/allpaths.c
+++ b/src/backend/optimizer/path/allpaths.c
@@ -610,7 +610,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
#2Amit Kapila
amit.kapila16@gmail.com
In reply to: Amit Langote (#1)
Re: typo in set_rel_consider_parallel()

On Thu, Feb 6, 2020 at 11:41 AM Amit Langote <amitlangote09@gmail.com> wrote:

Hi,

Attached fixes $subject.

LGTM. I will push this later today.

--
With Regards,
Amit Kapila.
EnterpriseDB: http://www.enterprisedb.com

#3Amit Kapila
amit.kapila16@gmail.com
In reply to: Amit Kapila (#2)
Re: typo in set_rel_consider_parallel()

On Thu, Feb 6, 2020 at 12:10 PM Amit Kapila <amit.kapila16@gmail.com> wrote:

On Thu, Feb 6, 2020 at 11:41 AM Amit Langote <amitlangote09@gmail.com> wrote:

Hi,

Attached fixes $subject.

LGTM. I will push this later today.

Pushed.

--
With Regards,
Amit Kapila.
EnterpriseDB: http://www.enterprisedb.com

#4Amit Langote
amitlangote09@gmail.com
In reply to: Amit Kapila (#3)
Re: typo in set_rel_consider_parallel()

On Thu, Feb 6, 2020 at 20:11 Amit Kapila <amit.kapila16@gmail.com> wrote:

On Thu, Feb 6, 2020 at 12:10 PM Amit Kapila <amit.kapila16@gmail.com>
wrote:

On Thu, Feb 6, 2020 at 11:41 AM Amit Langote <amitlangote09@gmail.com>

wrote:

Hi,

Attached fixes $subject.

LGTM. I will push this later today.

Pushed.

Thanks Amit.

Regards,
Amit

Show quoted text