[COMMITTERS] pgsql: On Windows, ensure shared memory handle gets closed if not being

2015-10-13 Thread Tom Lane
On Windows, ensure shared memory handle gets closed if not being used. Postmaster child processes that aren't supposed to be attached to shared memory were not bothering to close the shared memory mapping handle they inherit from the postmaster process. That's mostly harmless, since the handle va

[COMMITTERS] pgsql: On Windows, ensure shared memory handle gets closed if not being

2015-10-13 Thread Tom Lane
On Windows, ensure shared memory handle gets closed if not being used. Postmaster child processes that aren't supposed to be attached to shared memory were not bothering to close the shared memory mapping handle they inherit from the postmaster process. That's mostly harmless, since the handle va

[COMMITTERS] pgsql: On Windows, ensure shared memory handle gets closed if not being

2015-10-13 Thread Tom Lane
On Windows, ensure shared memory handle gets closed if not being used. Postmaster child processes that aren't supposed to be attached to shared memory were not bothering to close the shared memory mapping handle they inherit from the postmaster process. That's mostly harmless, since the handle va

[COMMITTERS] pgsql: On Windows, ensure shared memory handle gets closed if not being

2015-10-13 Thread Tom Lane
On Windows, ensure shared memory handle gets closed if not being used. Postmaster child processes that aren't supposed to be attached to shared memory were not bothering to close the shared memory mapping handle they inherit from the postmaster process. That's mostly harmless, since the handle va

[COMMITTERS] pgsql: On Windows, ensure shared memory handle gets closed if not being

2015-10-13 Thread Tom Lane
On Windows, ensure shared memory handle gets closed if not being used. Postmaster child processes that aren't supposed to be attached to shared memory were not bothering to close the shared memory mapping handle they inherit from the postmaster process. That's mostly harmless, since the handle va

[COMMITTERS] pgsql: On Windows, ensure shared memory handle gets closed if not being

2015-10-13 Thread Tom Lane
On Windows, ensure shared memory handle gets closed if not being used. Postmaster child processes that aren't supposed to be attached to shared memory were not bothering to close the shared memory mapping handle they inherit from the postmaster process. That's mostly harmless, since the handle va

[COMMITTERS] pgsql: Improve INSERT .. ON CONFLICT error message.

2015-10-13 Thread Robert Haas
Improve INSERT .. ON CONFLICT error message. Peter Geoghegan, reviewed by me. Branch -- REL9_5_STABLE Details --- http://git.postgresql.org/pg/commitdiff/bf8a361e101d830a6db105982a8527325c2e85fc Modified Files -- src/backend/executor/execIndexing.c|4 ++-- src/tes

[COMMITTERS] pgsql: Improve INSERT .. ON CONFLICT error message.

2015-10-13 Thread Robert Haas
Improve INSERT .. ON CONFLICT error message. Peter Geoghegan, reviewed by me. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/b8dd19af50950d4933da7ad60f93388e9d0eb851 Modified Files -- src/backend/executor/execIndexing.c|4 ++-- src/test/regre

[COMMITTERS] pgsql: Have dtrace depend on object files directly, not objfiles.txt

2015-10-13 Thread Robert Haas
Have dtrace depend on object files directly, not objfiles.txt Per Mark Johnston, this resolves a build error on FreeBSD related to the fact that dtrace is modifying the generated object files under the hood. Consequently, without this, dtrace gets reinvoked at install time because the object file

[COMMITTERS] pgsql: -- email subject limit -----------------------------------------

2015-10-13 Thread Bruce Momjian
-- email subject limit - -- gitweb summary limit -- pg_upgrade: reorder controldata checks to match program output Also improve comment for how float8_pass_by_value is used. Backpatch through 9.5 Branch -- master Details -

[COMMITTERS] pgsql: -- email subject limit -----------------------------------------

2015-10-13 Thread Bruce Momjian
-- email subject limit - -- gitweb summary limit -- pg_upgrade: reorder controldata checks to match program output Also improve comment for how float8_pass_by_value is used. Backpatch through 9.5 Branch -- REL9_5_STABLE Detail

Re: [COMMITTERS] pgsql: -- email subject limit -----------------------------------------

2015-10-13 Thread Bruce Momjian
On Tue, Oct 13, 2015 at 10:25:37PM +, Bruce Momjian wrote: > -- email subject limit - > -- gitweb summary limit -- > pg_upgrade: reorder controldata checks to match program output > > Also improve comment for how float8_pass_by_v