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

2014-09-01 Thread Andres Freund
On 2014-09-01 22:38:11 +, Tom Lane wrote: > Fix unportable use of isspace(). > > Introduced in commit 11a020eb6. Thanks for catching! Greetings, Andres Freund -- Andres Freund http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services --

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

2014-09-01 Thread Tom Lane
Fix unportable use of isspace(). Introduced in commit 11a020eb6. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/01b6976c13a9cf87f3c6767c9722576166c1b081 Modified Files -- src/backend/utils/init/postinit.c |2 +- 1 file changed, 1 insertion(+), 1 dele

[COMMITTERS] pgsql: Add skip-empty-xacts option to test_decoding for use in the regr

2014-09-01 Thread Andres Freund
Add skip-empty-xacts option to test_decoding for use in the regression tests. The regression tests for contrib/test_decoding regularly failed on postgres instances that were very slow. Either because the hardware itself was slow or because very expensive debugging options like CLOBBER_CACHE_ALWAYS

[COMMITTERS] pgsql: Add valgrind suppression for padding bytes in twophase records.

2014-09-01 Thread Andres Freund
Add valgrind suppression for padding bytes in twophase records. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/9a0a12f683235d3e10b873baba974f6414297a7e Modified Files -- src/tools/valgrind.supp | 16 1 file changed, 16 insertions(+) -

[COMMITTERS] pgsql: Add skip-empty-xacts option to test_decoding for use in the regr

2014-09-01 Thread Andres Freund
Add skip-empty-xacts option to test_decoding for use in the regression tests. The regression tests for contrib/test_decoding regularly failed on postgres instances that were very slow. Either because the hardware itself was slow or because very expensive debugging options like CLOBBER_CACHE_ALWAYS

[COMMITTERS] pgsql: Fix s/pluggins/plugins/ typo in two comments.

2014-09-01 Thread Andres Freund
Fix s/pluggins/plugins/ typo in two comments. Michael Paquier Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/5a64cb740dc7de868a1395a53778686c0a72f6a7 Modified Files -- src/backend/replication/logical/logicalfuncs.c |2 +- src/include/catalog/objectac