10000
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 a7b6ab5 commit a0dc3c1Copy full SHA for a0dc3c1
src/include/access/nbtree.h
@@ -132,8 +132,8 @@ typedef struct BTMetaPageData
132
#define BTREE_METAPAGE 0 /* first page is meta */
133
#define BTREE_MAGIC 0x053162 /* magic number in metapage */
134
#define BTREE_VERSION 4 /* current version number */
135
-#define BTREE_MIN_VERSION 2 /* minimal supported version number */
136
-#define BTREE_NOVAC_VERSION 3 /* minimal version with all meta fields */
+#define BTREE_MIN_VERSION 2 /* minimum supported version */
+#define BTREE_NOVAC_VERSION 3 /* version with all meta fields set */
137
138
/*
139
* Maximum size of a btree index entry, including its tuple header.
0 commit comments