Commit 0c4ea7a3 authored by Robert Haas's avatar Robert Haas

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...
parent f23a5630
...@@ -253,7 +253,7 @@ PGSharedMemoryCreate(Size size, bool makePrivate, int port, ...@@ -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;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment