|
7 | 7 | * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
|
8 | 8 | * Portions Copyright (c) 1994, Regents of the University of California
|
9 | 9 | *
|
10 |
| - * $PostgreSQL: pgsql/src/include/storage/shmem.h,v 1.50 2007/01/05 22:19:58 momjian Exp $ |
| 10 | + * $PostgreSQL: pgsql/src/include/storage/shmem.h,v 1.51 2007/06/25 17:12:07 alvherre Exp $ |
11 | 11 | *
|
12 | 12 | *-------------------------------------------------------------------------
|
13 | 13 | */
|
|
28 | 28 | typedefunsigned longSHMEM_OFFSET;
|
29 | 29 |
|
30 | 30 | #defineINVALID_OFFSET(-1)
|
31 |
| -#defineBAD_LOCATION(-1) |
32 | 31 |
|
33 | 32 | /*
|
34 | 33 | * Start of the primary shared memory region, in this process' address space.
|
|