Content-Length: 270605 | pFad | http://github.com/postgrespro/postgres_cluster/commit/c1c1bfc500a09eacf90f7d006e645714f0383f98

6C Fix IndexInfo comments. · postgrespro/postgres_cluster@c1c1bfc · GitHub
Skip to content

Commit c1c1bfc

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 35622f7 commit c1c1bfc

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)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres_cluster/commit/c1c1bfc500a09eacf90f7d006e645714f0383f98

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy