projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8bb1359
)
The flag to mark dead tuples is nowadays called LP_DEAD, not LP_DELETE.
author
Heikki Linnakangas
<
[email protected]
>
Tue, 30 Dec 2008 16:24:37 +0000
(16:24 +0000)
committer
Heikki Linnakangas
<
[email protected]
>
Tue, 30 Dec 2008 16:24:37 +0000
(16:24 +0000)
Simon Riggs.
src/include/access/nbtree.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/access/nbtree.h
b/src/include/access/nbtree.h
index 35eaba61d928ead96d47e824853744a2caa3330a..c699c0fde61d4457a4a329324874307c59193389 100644
(file)
--- a/
src/include/access/nbtree.h
+++ b/
src/include/access/nbtree.h
@@
-72,7
+72,7
@@
typedef BTPageOpaqueData *BTPageOpaque;
#define BTP_META (1 << 3) /* meta-page */
#define BTP_HALF_DEAD (1 << 4) /* empty, but still in tree */
#define BTP_SPLIT_END (1 << 5) /* rightmost page of split group */
-#define BTP_HAS_GARBAGE (1 << 6) /* page has LP_DE
LETEd
tuples */
+#define BTP_HAS_GARBAGE (1 << 6) /* page has LP_DE
AD
tuples */
/*
* The max allowed value of a cycle ID is a bit less than 64K. This is