pgsql: Get more info about Windows can't-reattach-to-shared-memory erro

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Get more info about Windows can't-reattach-to-shared-memory erro
Date: 2018-04-29 20:02:51
Message-ID: E1fCsX5-0005bN-Lz@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Get more info about Windows can't-reattach-to-shared-memory errors.

Commit 63ca350ef neglected to probe the state of things *before*
the VirtualFree call, which now looks like it might be interesting.

Discussion: https://postgr.es/m/25495.1524517820@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/68e7e973d22274a089ce95200b3782f514f6d2f8

Modified Files
--------------
src/backend/port/win32_shmem.c | 20 ++++++++++++++++++--
1 file changed, 18 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-04-29 22:15:32 pgsql: Avoid wrong results for power() with NaN input on more platforms
Previous Message Tom Lane 2018-04-29 19:52:33 pgsql: Update time zone data files to tzdata release 2018d.