Skip to content

Commit 03b12ef

Browse files
committed
> I think in addition the system global name "sharemem.1" should be made more
> 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
1 parent 5666485 commit 03b12ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/port/win32/shmem.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
9-
* $PostgreSQL: pgsql/src/backend/port/win32/shmem.c,v 1.8 2004/08/29 05:06:46 momjian Exp $
9+
* $PostgreSQL: pgsql/src/backend/port/win32/shmem.c,v 1.9 2004/11/12 17:59:42 momjian Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -89,7 +89,7 @@ shmget(int memKey, int size, int flag)
8989
DWORD dwRet;
9090

9191
s_segsize = size;
92-
sprintf(szShareMem, "sharemem.%d", memKey);
92+
sprintf(szShareMem, "PostgreSQL.%d", memKey);
9393

9494
if (flag & IPC_CREAT)
9595
{

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy