Commit a0dc3c19 authored by Peter Geoghegan's avatar Peter Geoghegan

nbtree: BTREE_[MIN|NOVAC]_VERSION comment tweaks.

Author: Peter Geoghegan
Reviewed-By: Heikki Linnakangas
parent a7b6ab5d
...@@ -132,8 +132,8 @@ typedef struct BTMetaPageData ...@@ -132,8 +132,8 @@ typedef struct BTMetaPageData
#define BTREE_METAPAGE 0 /* first page is meta */ #define BTREE_METAPAGE 0 /* first page is meta */
#define BTREE_MAGIC 0x053162 /* magic number in metapage */ #define BTREE_MAGIC 0x053162 /* magic number in metapage */
#define BTREE_VERSION 4 /* current version number */ #define BTREE_VERSION 4 /* current version number */
#define BTREE_MIN_VERSION 2 /* minimal supported version number */ #define BTREE_MIN_VERSION 2 /* minimum supported version */
#define BTREE_NOVAC_VERSION 3 /* minimal version with all meta fields */ #define BTREE_NOVAC_VERSION 3 /* version with all meta fields set */
/* /*
* Maximum size of a btree index entry, including its tuple header. * Maximum size of a btree index entry, including its tuple header.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment