diff options
Diffstat (limited to 'src/include/storage/itemid.h')
-rw-r--r-- | src/include/storage/itemid.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/include/storage/itemid.h b/src/include/storage/itemid.h index 0b330ce56fe..a915f701684 100644 --- a/src/include/storage/itemid.h +++ b/src/include/storage/itemid.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: itemid.h,v 1.12 2000/09/07 09:58:36 vadim Exp $ + * $Id: itemid.h,v 1.13 2000/10/20 11:01:21 vadim Exp $ * *------------------------------------------------------------------------- */ @@ -41,6 +41,12 @@ typedef ItemIdData *ItemId; #endif /* + * This bit may be passed to PageAddItem together with + * LP_USED & LP_DELETED bits to specify overwrite mode + */ +#define OverwritePageMode 0x10 + +/* * Item offsets, lengths, and flags are represented by these types when * they're not actually stored in an ItemIdData. */ |