Thanks to visit codestin.com Credit goes to github.com
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 20ead39 commit 4a10ce5Copy full SHA for 4a10ce5
src/backend/port/sysv_shmem.c
@@ -10,7 +10,7 @@
10
* Portions Copyright (c) 1994, Regents of the University of California
11
*
12
* IDENTIFICATION
13
- * $Header: /cvsroot/pgsql/src/backend/port/sysv_shmem.c,v 1.6 2003/04/24 21:23:01 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/port/sysv_shmem.c,v 1.7 2003/04/24 21:24:36 momjian Exp $
14
15
*-------------------------------------------------------------------------
16
*/
@@ -30,10 +30,6 @@
30
#include <kernel/OS.h>
31
#endif
32
33
-#ifdef WIN32
34
-#include "win32/shmem.h"
35
-#endif
36
-
37
#include "miscadmin.h"
38
#include "storage/ipc.h"
39
#include "storage/pg_shmem.h"
0 commit comments