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

Commit2584639

Browse files
Use nbtdesc "level" field name consistently.
The "lev" name that appeared in NEWROOT nbtree record desc output wasinconsistent with the symbol name from the underlying C struct. It wasalso inconsistent with nbtdesc output for other nearby record types withsimilar level fields.Standardize on "level" to make everything consistent.Follow-up to commit1c453cf.
1 parent50547a3 commit2584639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/access/rmgrdesc/nbtdesc.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ btree_desc(StringInfo buf, XLogReaderState *record)
106106
{
107107
xl_btree_newroot*xlrec= (xl_btree_newroot*)rec;
108108

109-
appendStringInfo(buf,"lev: %u",xlrec->level);
109+
appendStringInfo(buf,"level: %u",xlrec->level);
110110
break;
111111
}
112112
caseXLOG_BTREE_REUSE_PAGE:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp