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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy