Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita0dc3c1

Browse files
nbtree: BTREE_[MIN|NOVAC]_VERSION comment tweaks.
Author: Peter GeogheganReviewed-By: Heikki Linnakangas
1 parenta7b6ab5 commita0dc3c1

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
#defineBTREE_METAPAGE0/* first page is meta */
133133
#defineBTREE_MAGIC0x053162/* magic number in metapage */
134134
#defineBTREE_VERSION4/* current version number */
135-
#defineBTREE_MIN_VERSION2/*minimal supported version number */
136-
#defineBTREE_NOVAC_VERSION3/*minimalversion with all meta fields */
135+
#defineBTREE_MIN_VERSION2/*minimum supported version */
136+
#defineBTREE_NOVAC_VERSION3/* 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)

[8]ページ先頭

©2009-2025 Movatter.jp