Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit03b12ef

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 parent5666485 commit03b12ef

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
DWORDdwRet;
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)

[8]ページ先頭

©2009-2025 Movatter.jp