|
7 | 7 | * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
|
8 | 8 | * Portions Copyright (c) 1994, Regents of the University of California
|
9 | 9 | *
|
10 |
| - * $PostgreSQL: pgsql/src/include/access/nbtree.h,v 1.121 2008/07/13 20:45:47 tgl Exp $ |
| 10 | + * $PostgreSQL: pgsql/src/include/access/nbtree.h,v 1.122 2008/12/30 16:24:37 heikki Exp $ |
11 | 11 | *
|
12 | 12 | *-------------------------------------------------------------------------
|
13 | 13 | */
|
@@ -72,7 +72,7 @@ typedef BTPageOpaqueData *BTPageOpaque;
|
72 | 72 | #defineBTP_META(1 << 3)/* meta-page */
|
73 | 73 | #defineBTP_HALF_DEAD(1 << 4)/* empty, but still in tree */
|
74 | 74 | #defineBTP_SPLIT_END(1 << 5)/* rightmost page of split group */
|
75 |
| -#defineBTP_HAS_GARBAGE (1 << 6)/* page hasLP_DELETEd tuples */ |
| 75 | +#defineBTP_HAS_GARBAGE (1 << 6)/* page hasLP_DEAD tuples */ |
76 | 76 |
|
77 | 77 | /*
|
78 | 78 | * The max allowed value of a cycle ID is a bit less than 64K.This is
|
|