mirror of
https://github.com/postgres/postgres.git
synced 2025-06-25 01:02:05 +03:00
Fix silly oversight in patch to remove dsm state file.
I'm not sure if this is what's causing the Windows buildfarm members to get unhappy, but I don't think it can be helping anything...
This commit is contained in:
@ -253,7 +253,7 @@ PGSharedMemoryCreate(Size size, bool makePrivate, int port,
|
|||||||
UsedShmemSegSize = size;
|
UsedShmemSegSize = size;
|
||||||
UsedShmemSegID = hmap2;
|
UsedShmemSegID = hmap2;
|
||||||
|
|
||||||
*shim = NULL;
|
*shim = hdr;
|
||||||
return hdr;
|
return hdr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user