Re: pgsql: Fix misc typos, mostly in comments.

2018-07-18 Thread Heikki Linnakangas
On 18/07/18 17:25, Alvaro Herrera wrote: I'm curious how you caught the "it's" -> "its" typos. Surely you didn't grep for "it's" ...? I did :-). I didn't read through all of them, though, just fixed a few that caught my eye at a quick glance. - Heikki

Re: pgsql: Fix misc typos, mostly in comments.

2018-07-18 Thread Alvaro Herrera
On 2018-Jul-18, Heikki Linnakangas wrote: > Fix misc typos, mostly in comments. > > A collection of typos I happened to spot while reading code, as well as > grepping for common mistakes. I'm curious how you caught the "it's" -> "its" typos. Surely you didn't grep for "it's" ...? -- Álvaro He

pgsql: Fix misc typos, mostly in comments.

2018-07-18 Thread Heikki Linnakangas
Fix misc typos, mostly in comments. A collection of typos I happened to spot while reading code, as well as grepping for common mistakes. Backpatch to all supported versions, as applicable, to avoid conflicts when backporting other commits in the future. Branch -- REL9_4_STABLE Details

pgsql: Fix misc typos, mostly in comments.

2018-07-18 Thread Heikki Linnakangas
Fix misc typos, mostly in comments. A collection of typos I happened to spot while reading code, as well as grepping for common mistakes. Backpatch to all supported versions, as applicable, to avoid conflicts when backporting other commits in the future. Branch -- REL_11_STABLE Details

pgsql: Fix misc typos, mostly in comments.

2018-07-18 Thread Heikki Linnakangas
Fix misc typos, mostly in comments. A collection of typos I happened to spot while reading code, as well as grepping for common mistakes. Backpatch to all supported versions, as applicable, to avoid conflicts when backporting other commits in the future. Branch -- REL9_6_STABLE Details

pgsql: Fix misc typos, mostly in comments.

2018-07-18 Thread Heikki Linnakangas
Fix misc typos, mostly in comments. A collection of typos I happened to spot while reading code, as well as grepping for common mistakes. Backpatch to all supported versions, as applicable, to avoid conflicts when backporting other commits in the future. Branch -- REL_10_STABLE Details

pgsql: Fix misc typos, mostly in comments.

2018-07-18 Thread Heikki Linnakangas
Fix misc typos, mostly in comments. A collection of typos I happened to spot while reading code, as well as grepping for common mistakes. Backpatch to all supported versions, as applicable, to avoid conflicts when backporting other commits in the future. Branch -- REL9_3_STABLE Details

pgsql: Fix misc typos, mostly in comments.

2018-07-18 Thread Heikki Linnakangas
Fix misc typos, mostly in comments. A collection of typos I happened to spot while reading code, as well as grepping for common mistakes. Backpatch to all supported versions, as applicable, to avoid conflicts when backporting other commits in the future. Branch -- REL9_5_STABLE Details

pgsql: Fix misc typos, mostly in comments.

2018-07-18 Thread Heikki Linnakangas
Fix misc typos, mostly in comments. A collection of typos I happened to spot while reading code, as well as grepping for common mistakes. Backpatch to all supported versions, as applicable, to avoid conflicts when backporting other commits in the future. Branch -- master Details --- htt