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 bae0b56 commit a03e8adCopy full SHA for a03e8ad
src/include/storage/shmem.h
@@ -7,7 +7,7 @@
7
* Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
8
* Portions Copyright (c) 1994, Regents of the University of California
9
*
10
- * $PostgreSQL: pgsql/src/include/storage/shmem.h,v 1.50 2007/01/05 22:19:58 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/storage/shmem.h,v 1.51 2007/06/25 17:12:07 alvherre Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -28,7 +28,6 @@
28
typedef unsigned long SHMEM_OFFSET;
29
30
#define INVALID_OFFSET (-1)
31
-#define BAD_LOCATION (-1)
32
33
/*
34
* Start of the primary shared memory region, in this process' address space.
0 commit comments