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:
Robert Haas 2014-04-08 16:22:50 -04:00
parent f23a5630eb
commit 0c4ea7a309
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ PGSharedMemoryCreate(Size size, bool makePrivate, int port,
UsedShmemSegSize = size;
UsedShmemSegID = hmap2;
*shim = NULL;
*shim = hdr;
return hdr;
}