Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a03e8ad

Browse files
committed
Remove unused BAD_LOCATION definition.
1 parent bae0b56 commit a03e8ad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/include/storage/shmem.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
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 $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -28,7 +28,6 @@
2828
typedef unsigned long SHMEM_OFFSET;
2929

3030
#define INVALID_OFFSET (-1)
31-
#define BAD_LOCATION (-1)
3231

3332
/*
3433
* Start of the primary shared memory region, in this process' address space.

0 commit comments

Comments
 (0)