We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f5834f commit 5cf5573Copy full SHA for 5cf5573
src/include/access/nbtree.h
@@ -6,7 +6,7 @@
6
*
7
* Copyright (c) 1994, Regents of the University of California
8
9
- * $Id: nbtree.h,v 1.12 1997/04/16 01:21:59 vadim Exp $
+ * $Id: nbtree.h,v 1.13 1997/05/30 18:40:02 vadim Exp $
10
11
*-------------------------------------------------------------------------
12
*/
@@ -47,6 +47,7 @@ typedef struct BTPageOpaqueData {
47
#define BTP_ROOT (1 << 1)
48
#define BTP_FREE (1 << 2)
49
#define BTP_META (1 << 3)
50
+#define BTP_CHAIN (1 << 4)
51
52
} BTPageOpaqueData;
53
0 commit comments