Re: [HACKERS] Typos in comments

2017-06-17 Thread Magnus Hagander
On Sat, Jun 17, 2017 at 8:55 AM, Daniel Gustafsson wrote: > Spotted one “paramter” typo and git grep found two more, patch attached > with > s/paramter/parameter/ for these. > Applied, thanks. -- Magnus Hagander Me: https://www.hagander.net/ Work: https://www.redp

[HACKERS] Typos in comments

2017-06-16 Thread Daniel Gustafsson
Spotted one “paramter” typo and git grep found two more, patch attached with s/paramter/parameter/ for these. cheers ./daniel typo-paramter.patch Description: Binary data -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.pos

Re: [HACKERS] Typos in comments in execMain.c

2017-05-09 Thread Robert Haas
On Tue, May 9, 2017 at 4:26 AM, Etsuro Fujita wrote: > Here is a small patch to fix typos in comments for InitResultRelInfo() in > execMain.c: s/ResultRelationInfo/ResultRelInfo/ and s/the the/the/. Committed. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Co

[HACKERS] Typos in comments in execMain.c

2017-05-09 Thread Etsuro Fujita
Hi, Here is a small patch to fix typos in comments for InitResultRelInfo() in execMain.c: s/ResultRelationInfo/ResultRelInfo/ and s/the the/the/. Best regards, Etsuro Fujita diff --git a/src/backend/executor/execMain.c b/src/backend/executor/execMain.c index 5c12fb4..2e9fb0e 100644 --- a/src/

Re: [HACKERS] Typos in comments in partition.c

2017-05-02 Thread Robert Haas
On Tue, May 2, 2017 at 5:58 AM, Etsuro Fujita wrote: > I ran into typos in comments in RelationGetPartitionDispatchInfo() in > partition.c. Here is a small patch for: s/all the leaf partition/all the > leaf partitions/ and s/we we/we/. Committed. -- Robert Haas EnterpriseDB: http://www.enterpr

[HACKERS] Typos in comments in partition.c

2017-05-02 Thread Etsuro Fujita
Hi, I ran into typos in comments in RelationGetPartitionDispatchInfo() in partition.c. Here is a small patch for: s/all the leaf partition/all the leaf partitions/ and s/we we/we/. Best regards, Etsuro Fujita diff --git a/src/backend/catalog/partition.c b/src/backend/catalog/partition.c in

Re: [HACKERS] Typos in comments

2014-10-20 Thread Robert Haas
On Mon, Oct 20, 2014 at 3:04 AM, David Rowley wrote: > On Mon, Oct 20, 2014 at 6:54 PM, Etsuro Fujita > wrote: >> I ran into a type " a a " in a comment in snapmgr.c, and found that >> there are four other places that've made the same typo, by the grep >> command. And in one of those places, I f

Re: [HACKERS] Typos in comments

2014-10-20 Thread David Rowley
On Mon, Oct 20, 2014 at 6:54 PM, Etsuro Fujita wrote: > I ran into a type " a a " in a comment in snapmgr.c, and found that > there are four other places that've made the same typo, by the grep > command. And in one of those places, I found yet another typo. Please > find attached a patch. > >

[HACKERS] Typos in comments

2014-10-19 Thread Etsuro Fujita
I ran into a type " a a " in a comment in snapmgr.c, and found that there are four other places that've made the same typo, by the grep command. And in one of those places, I found yet another typo. Please find attached a patch. Thanks, Best regards, Etsuro Fujita diff --git a/src/backend/utils