[COMMITTERS] pgsql: Fix documentation & config inconsistencies around 428b1d6b2.

2016-04-24 Thread Andres Freund
Fix documentation & config inconsistencies around 428b1d6b2. Several issues: 1) checkpoint_flush_after doc and code disagreed about the default 2) new GUCs were missing from postgresql.conf.sample 3) Outdated source-code comment about bgwriter_flush_after's default 4) Sub-optimal categories assign

[COMMITTERS] pgsql: Improve PostgresNode.pm's logic for detecting already-in-use por

2016-04-24 Thread Tom Lane
Improve PostgresNode.pm's logic for detecting already-in-use ports. Buildfarm members bowerbird and jacana have shown intermittent "could not bind IPv4 socket" failures in the BinInstallCheck stage since mid-December, shortly after commits 1caef31d9e550408 and 9821492ee417a591 changed the logic fo

Re: [COMMITTERS] pgsql: Add putenv support for msvcrt from Visual Studio 2013

2016-04-24 Thread Christian Ullrich
* Magnus Hagander wrote: Add putenv support for msvcrt from Visual Studio 2013 This was missed when VS 2013 support was added. Michael Paquier Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/9f633b404cb3be6139f8dfdea00538489ffef9ab Just noticed something. This

[COMMITTERS] pgsql: doc: Fix typo

2016-04-24 Thread Peter Eisentraut
doc: Fix typo From: Andreas Seltenreich Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/96687497b640b24772da4e086c7690ee8d840f1c Modified Files -- doc/src/sgml/logicaldecoding.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via pgsq

[COMMITTERS] pgsql: doc: Fix typo

2016-04-24 Thread Peter Eisentraut
doc: Fix typo From: Andreas Seltenreich Branch -- REL9_4_STABLE Details --- http://git.postgresql.org/pg/commitdiff/b5a9dc7cea864fd15da4e3c5690e91c51cdfc0d6 Modified Files -- doc/src/sgml/logicaldecoding.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent v

[COMMITTERS] pgsql: doc: Fix typo

2016-04-24 Thread Peter Eisentraut
doc: Fix typo From: Andreas Seltenreich Branch -- REL9_5_STABLE Details --- http://git.postgresql.org/pg/commitdiff/46e006d64bd7ab34655c1e870786ae3932089a08 Modified Files -- doc/src/sgml/logicaldecoding.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent v

[COMMITTERS] pgsql: Update GETTEXT_FILES after config and controldata refactoring

2016-04-24 Thread Peter Eisentraut
Update GETTEXT_FILES after config and controldata refactoring Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/63417b4b2e38897ea02fef416bd96113baa3ed45 Modified Files -- src/bin/pg_config/nls.mk | 2 +- src/bin/pg_controldata/nls.mk | 2 +- 2 files chan