Skip to content

Commit 4b03584

Browse files
committed
Fix IndexInfo comments.
Recently, ii_KeyAttrNumbers was renamed to ii_IndexAttrNumbers, and ii_Am field was added, but the comments were not updated. Author: Yugo Nagata Discussion: https://www.postgresql.org/message-id/20180830134831.e35a91b8b978b248c16c8f7b@sraoss.co.jp
1 parent 55875b6 commit 4b03584

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
* NumIndexAttrs total number of columns in this index
122122
* NumIndexKeyAttrs number of key columns in index
123-
* KeyAttrNumbers underlying-rel attribute numbers used as keys
123+
* IndexAttrNumbers underlying-rel attribute numbers used as keys
124124
* (zeroes indicate expressions). It also contains
125125
* info about included columns.
126126
* Expressions expr trees for expression entries, or NIL if none
@@ -138,6 +138,7 @@ typedef struct ExprState
138138
* Concurrent are we doing a concurrent index build?
139139
* BrokenHotChain did we detect any broken HOT chains?
140140
* ParallelWorkers # of workers requested (excludes leader)
141+
* Am Oid of index AM
141142
* AmCache private cache area for index AM
142143
* Context memory context holding this IndexInfo
143144
*

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