[COMMITTERS] pgsql: Post-pgindent cleanup

2013-06-01 Thread Stephen Frost
Post-pgindent cleanup Make slightly better decisions about indentation than what pgindent is capable of. Mostly breaking out long function calls into one line per argument, with a few other minor adjustments. No functional changes- all whitespace. pgindent ran cleanly (didn't change anything) af

[COMMITTERS] pgsql: Minor spelling fixes

2013-06-01 Thread Stephen Frost
Minor spelling fixes Fix a few spelling mistakes. Per bug report #8193 from Lajos Veres. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/c9fc28a7f12e27d530e2657c9dc6080fbfbe8a14 Modified Files -- contrib/pg_upgrade/relfilenode.c|2 +- src/bac

Re: [COMMITTERS] pgsql: Minor spelling fixes

2013-06-01 Thread Thom Brown
On 1 June 2013 15:20, Stephen Frost wrote: > Minor spelling fixes > > Fix a few spelling mistakes. > > Per bug report #8193 from Lajos Veres. > > Branch > -- > master > > Details > --- > > http://git.postgresql.org/pg/commitdiff/c9fc28a7f12e27d530e2657c9dc6080fbfbe8a14 > > Oh, if you're i

[COMMITTERS] pgsql: Fix unportable usage of isspace().

2013-06-01 Thread Tom Lane
Fix unportable usage of isspace(). Must cast char argument to unsigned to avoid doing the wrong thing with high-bit-set characters. Oversight in commit 30b5ede7157e34e77c7914b8ecfd55aa8da6edc3. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/a149d8bd56edc2f06643118e

[COMMITTERS] pgsql: Fix whitespace issues in the man pages

2013-06-01 Thread Peter Eisentraut
Fix whitespace issues in the man pages See 00b0c73f1f2b98a7d09de63aaa14d6498ac521ae for an explanation. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/93874ce064836e45220978e2656cbf62eba766ed Modified Files -- doc/src/sgml/ref/alter_view.sgml

[COMMITTERS] pgsql: Another man page whitespace fix

2013-06-01 Thread Peter Eisentraut
Another man page whitespace fix Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/22b36412c73fdae960cc6bef58eb16a26d14b700 Modified Files -- doc/src/sgml/ref/select.sgml |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) -- Sent via pgsql-committe