Обсуждение: pgsql: Get more info about Windows can't-reattach-to-shared-memoryerro

Поиск
Список
Период
Сортировка

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

От
Tom Lane
Дата:
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(-)