We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94cc3ab commit 6ab714eCopy full SHA for 6ab714e
src/backend/storage/ipc/ipc.c
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/storage/ipc/ipc.c,v 1.23 1998/06/18 03:44:00 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/storage/ipc/ipc.c,v 1.24 1998/06/18 03:56:08 momjian Exp $
11
12
* NOTES
13
@@ -45,15 +45,7 @@
45
#include <sys/ipc.h>
46
#endif
47
48
-#ifdef NOT_USED
49
-#if defined(bsd44)
50
-int UsePrivateMemory = 1;
51
-
52
-#else
53
-int UsePrivateMemory = 0;
54
55
-#endif
56
+static int UsePrivateMemory = 0;
57
58
static void IpcMemoryDetach(int status, char *shmaddr);
59
0 commit comments