mirror of
https://github.com/postgres/postgres.git
synced 2025-06-23 14:01:44 +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;
|
||||
UsedShmemSegID = hmap2;
|
||||
|
||||
*shim = NULL;
|
||||
*shim = hdr;
|
||||
return hdr;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user