> pg specific, like "PostgreSQL.1". I have not done this since a new compile
> would not detect a running old beta. But now would be the time (or never).
Zeugswetter Andreas
  * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
- *   $PostgreSQL: pgsql/src/backend/port/win32/shmem.c,v 1.8 2004/08/29 05:06:46 momjian Exp $
+ *   $PostgreSQL: pgsql/src/backend/port/win32/shmem.c,v 1.9 2004/11/12 17:59:42 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
    DWORD       dwRet;
 
    s_segsize = size;
-   sprintf(szShareMem, "sharemem.%d", memKey);
+   sprintf(szShareMem, "PostgreSQL.%d", memKey);
 
    if (flag & IPC_CREAT)
    {