Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a0dc3c1

Browse files
nbtree: BTREE_[MIN|NOVAC]_VERSION comment tweaks.
Author: Peter Geoghegan Reviewed-By: Heikki Linnakangas
1 parent a7b6ab5 commit a0dc3c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/access/nbtree.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ typedef struct BTMetaPageData
132132
#define BTREE_METAPAGE 0 /* first page is meta */
133133
#define BTREE_MAGIC 0x053162 /* magic number in metapage */
134134
#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 */
135+
#define BTREE_MIN_VERSION 2 /* minimum supported version */
136+
#define BTREE_NOVAC_VERSION 3 /* version with all meta fields set */
137137

138138
/*
139139
* Maximum size of a btree index entry, including its tuple header.

0 commit comments

Comments
 (0)