[COMMITTERS] pgsql: Yet another pg_bswap typo in a windows only file.

2017-10-01 Thread Andres Freund
Yet another pg_bswap typo in a windows only file. Per buildfarm animal frogmouth. Brown-Paper-Bagged-By: Andres Freund Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/0c8b3ee94478ca07c86c09d2399a2ce73c2b922b Modified Files -- src/port/getaddrinfo.c | 2

[COMMITTERS] pgsql: Correct include file name in inet_aton fallback.

2017-10-01 Thread Andres Freund
Correct include file name in inet_aton fallback. Per buildfarm animal frogmouth. Author: Andres Freund Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/859759b62f2d2f2f2805e2aa9ebdb167a1b9655c Modified Files -- src/port/inet_aton.c | 2 +- 1 file changed

Re: [COMMITTERS] pgsql: Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h.

2017-10-01 Thread Michael Paquier
On Mon, Oct 2, 2017 at 8:08 AM, Andres Freund wrote: > Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h. > > All postgres internal usages are replaced, it's just libpq example > usages that haven't been converted. External users of libpq can't > generally rely on including postgres int

[COMMITTERS] pgsql: Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h.

2017-10-01 Thread Andres Freund
Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h. All postgres internal usages are replaced, it's just libpq example usages that haven't been converted. External users of libpq can't generally rely on including postgres internal headers. Note that this includes replacing open-coded by

[COMMITTERS] pgsql: Allow pg_ctl kill to send SIGKILL.

2017-10-01 Thread Andres Freund
Allow pg_ctl kill to send SIGKILL. Previously that was disallowed out of an abundance of caution. Providing KILL support however is helpful to make the 013_crash_restart.pl test portable, and there's no actual issue with allowing it. SIGABRT, which has similar consequences except it also dumps co

[COMMITTERS] pgsql: Remove redundant stdint.h include.

2017-10-01 Thread Andres Freund
Remove redundant stdint.h include. Discussion: https://postgr.es/m/31674.1506788...@sss.pgh.pa.us Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/1f2830f9df9f0196ba541c1e253463afe657cb67 Modified Files -- src/include/port/pg_bswap.h | 8 1 file

[COMMITTERS] pgsql: Try to make crash restart test work on windows.

2017-10-01 Thread Andres Freund
Try to make crash restart test work on windows. Author: Andres Freund Tested-By: Andrew Dunstan Discussion: https://postgr.es/m/20170930224424.ud5ilchmclbl5...@alap3.anarazel.de Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/784905795f8aadc09efe2fdae195279d17250f0

Re: [COMMITTERS] pgsql: Add test for postmaster crash restarts.

2017-10-01 Thread Andrew Dunstan
On 09/30/2017 10:32 PM, Andres Freund wrote: >> Haven't tested on MSVC but with this patch it passes on jacana (mingw). > Yay! Thanks for testing. > I have now tested on bowerbird (MSVC) and it passes. This suggests that we can run tests there in cases where we can use IPC::Run's finish() inst

[COMMITTERS] pgsql: Update v10 release notes, and set the official release date.

2017-10-01 Thread Tom Lane
Update v10 release notes, and set the official release date. Last(?) round of changes for 10.0. Branch -- REL_10_STABLE Details --- https://git.postgresql.org/pg/commitdiff/086fda9073d37b519519926136c9fe5418451c0e Modified Files -- doc/src/sgml/release-10.sgml | 25 +++--

[COMMITTERS] pgsql: Update v10 release notes, and set the official release date.

2017-10-01 Thread Tom Lane
Update v10 release notes, and set the official release date. Last(?) round of changes for 10.0. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/5a632a213d43c30940de3328286172c52730a01d Modified Files -- doc/src/sgml/release-10.sgml | 25 +++-

[COMMITTERS] pgsql: Use a longer connection timeout in pg_isready test.

2017-10-01 Thread Tom Lane
Use a longer connection timeout in pg_isready test. Buildfarm members skink and sungazer have both recently failed this test, with symptoms indicating that the default 3-second timeout isn't quite enough for those very slow systems. There's no reason to be miserly with this timeout, so boost it t

[COMMITTERS] pgsql: Use a longer connection timeout in pg_isready test.

2017-10-01 Thread Tom Lane
Use a longer connection timeout in pg_isready test. Buildfarm members skink and sungazer have both recently failed this test, with symptoms indicating that the default 3-second timeout isn't quite enough for those very slow systems. There's no reason to be miserly with this timeout, so boost it t

[COMMITTERS] pgsql: Use a longer connection timeout in pg_isready test.

2017-10-01 Thread Tom Lane
Use a longer connection timeout in pg_isready test. Buildfarm members skink and sungazer have both recently failed this test, with symptoms indicating that the default 3-second timeout isn't quite enough for those very slow systems. There's no reason to be miserly with this timeout, so boost it t

[COMMITTERS] pgsql: Use a longer connection timeout in pg_isready test.

2017-10-01 Thread Tom Lane
Use a longer connection timeout in pg_isready test. Buildfarm members skink and sungazer have both recently failed this test, with symptoms indicating that the default 3-second timeout isn't quite enough for those very slow systems. There's no reason to be miserly with this timeout, so boost it t

[COMMITTERS] pgsql: Use a longer connection timeout in pg_isready test.

2017-10-01 Thread Tom Lane
Use a longer connection timeout in pg_isready test. Buildfarm members skink and sungazer have both recently failed this test, with symptoms indicating that the default 3-second timeout isn't quite enough for those very slow systems. There's no reason to be miserly with this timeout, so boost it t

[COMMITTERS] pgsql: Add list of acknowledgments to release notes

2017-10-01 Thread Peter Eisentraut
Add list of acknowledgments to release notes This contains all individuals mentioned in the commit messages during PostgreSQL 10 development. current through babf18579455e85269ad75e1ddb03f34138f77b6 Discussion: https://www.postgresql.org/message-id/flat/54ad0e42-770e-dfe1-123e-bce9361ad452%402n

[COMMITTERS] pgsql: Add list of acknowledgments to release notes

2017-10-01 Thread Peter Eisentraut
Add list of acknowledgments to release notes This contains all individuals mentioned in the commit messages during PostgreSQL 10 development. current through babf18579455e85269ad75e1ddb03f34138f77b6 Discussion: https://www.postgresql.org/message-id/flat/54ad0e42-770e-dfe1-123e-bce9361ad452%402n