mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08: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:
parent
f23a5630eb
commit
0c4ea7a309
@ -253,7 +253,7 @@ PGSharedMemoryCreate(Size size, bool makePrivate, int port,
|
||||
UsedShmemSegSize = size;
|
||||
UsedShmemSegID = hmap2;
|
||||
|
||||
*shim = NULL;
|
||||
*shim = hdr;
|
||||
return hdr;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user