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

Commit4b03584

Browse files
committed
Fix IndexInfo comments.
Recently, ii_KeyAttrNumbers was renamed to ii_IndexAttrNumbers, and ii_Amfield was added, but the comments were not updated.Author: Yugo NagataDiscussion:https://www.postgresql.org/message-id/20180830134831.e35a91b8b978b248c16c8f7b@sraoss.co.jp
1 parent55875b6 commit4b03584

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/include/nodes/execnodes.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ typedef struct ExprState
120120
*
121121
*NumIndexAttrstotal number of columns in this index
122122
*NumIndexKeyAttrsnumber of key columns in index
123-
*KeyAttrNumbersunderlying-rel attribute numbers used as keys
123+
*IndexAttrNumbersunderlying-rel attribute numbers used as keys
124124
*(zeroes indicate expressions). It also contains
125125
* info about included columns.
126126
*Expressionsexpr trees for expression entries, or NIL if none
@@ -138,6 +138,7 @@ typedef struct ExprState
138138
*Concurrentare we doing a concurrent index build?
139139
*BrokenHotChaindid we detect any broken HOT chains?
140140
*ParallelWorkers# of workers requested (excludes leader)
141+
*AmOid of index AM
141142
*AmCacheprivate cache area for index AM
142143
*Contextmemory context holding this IndexInfo
143144
*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp