Re: [HACKERS] Typo Patch

2016-07-05 Thread Alvaro Herrera
CharSyam wrote: > Yes, Some typos problems, It is hard to figure them out. > But in this patch, guranteed is just misspelling of guaranteed. I agree with Robert: the sentence as a whole makes no sense: * We need to check all possible distances, so reset Lpos * to

Re: [HACKERS] Typo Patch

2016-07-05 Thread David G. Johnston
On Tue, Jul 5, 2016 at 11:54 AM, Robert Haas wrote: > On Sat, Jul 2, 2016 at 12:17 PM, CharSyam wrote: > > I fixed typos. and attached patch for this. > > Thanks. > > > > I only changed comments only in src/backend/utils/adt/tsvector_op.c > > Well,

Re: [HACKERS] Typo Patch

2016-07-05 Thread CharSyam
Yes, Some typos problems, It is hard to figure them out. But in this patch, guranteed is just misspelling of guaranteed. Thanks. 2016-07-06 0:54 GMT+09:00 Robert Haas : > On Sat, Jul 2, 2016 at 12:17 PM, CharSyam wrote: > > I fixed typos. and attached

Re: [HACKERS] Typo Patch

2016-07-05 Thread Robert Haas
On Sat, Jul 2, 2016 at 12:17 PM, CharSyam wrote: > I fixed typos. and attached patch for this. > Thanks. > > I only changed comments only in src/backend/utils/adt/tsvector_op.c Well, that's definitely a typo. However, typo or no typo, it's hard for me to figure out with any

[HACKERS] Typo Patch

2016-07-02 Thread CharSyam
Hi, I fixed typos. and attached patch for this. Thanks. I only changed comments only in src/backend/utils/adt/tsvector_op.c typos.patch Description: Binary data -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription:

[HACKERS] Typo patch

2015-05-20 Thread CharSyam
Hi, I changed typos error. and attached patch for this. Thanks you. I only changed comments only typos.patch Description: Binary data -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers

Re: [HACKERS] Typo patch

2015-05-20 Thread Tom Lane
Heikki Linnakangas hlinn...@iki.fi writes: Thanks, committed. Except for this one: - * *Only* a frozen-for-read tape can be seeked. + * *Only* a frozen-for-read tape can be sought. It's true that the past tense of seek is sought, but it feels a bit weird to me in this context. This is a

Re: [HACKERS] Typo patch

2015-05-20 Thread Heikki Linnakangas
On 05/20/2015 07:29 PM, CharSyam wrote: Hi, I changed typos error. and attached patch for this. Thanks you. I only changed comments only Thanks, committed. Except for this one: --- src/backend/utils/sort/logtape.c +++ src/backend/utils/sort/logtape.c @@ -926,7 +926,7 @@

Re: [HACKERS] Typo patch

2015-05-20 Thread CharSyam
Thanks :) You make sense. 2015-05-21 1:49 GMT+09:00 Heikki Linnakangas hlinn...@iki.fi: On 05/20/2015 07:29 PM, CharSyam wrote: Hi, I changed typos error. and attached patch for this. Thanks you. I only changed comments only Thanks, committed. Except for this one: ---

Re: [HACKERS] Typo patch

2015-05-20 Thread Alvaro Herrera
Tom Lane wrote: Heikki Linnakangas hlinn...@iki.fi writes: Thanks, committed. Except for this one: - * *Only* a frozen-for-read tape can be seeked. + * *Only* a frozen-for-read tape can be sought. It's true that the past tense of seek is sought, but it feels a bit weird to me in

[HACKERS] Typo patch

2012-03-11 Thread Thomas Hunger
Unless I misunderstood the documentation I think this fixes a typo. Thanks :) From a36150c67f526cdcc9dee826dd7f69bb9b06498f Mon Sep 17 00:00:00 2001 From: Thomas Hunger tehun...@gmail.com Date: Sun, 11 Mar 2012 12:13:21 + Subject: [PATCH] Use user_name like the Synopsis does. ---

Re: [HACKERS] Typo patch

2012-03-11 Thread Tom Lane
Thomas Hunger tehun...@gmail.com writes: Unless I misunderstood the documentation I think this fixes a typo. Thanks :) Yeah, that should be consistent with the syntax summary. Applied, thanks. regards, tom lane -- Sent via pgsql-hackers mailing list