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

Appearance settings

Commit f927a6e

Browse filesBrowse files
committed
Fix comment in CheckIndexCompatible().
Commit 5f17304 removed the parameter "heapRelation" from CheckIndexCompatible(), but forgot to remove the mention of it from the comment. This commit removes that unnecessary mention. Also this commit adds the missing mention of the parameter "oldId" in the comment. Author: Yugo Nagata Reviewed-by: Nathan Bossart, Fujii Masao Discussion: https://postgr.es/m/20220204014634.b39314f278ff4ae3de96e201@sraoss.co.jp
1 parent 94c49d5 commit f927a6e
Copy full SHA for f927a6e

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/backend/commands/indexcmds.c

Copy file name to clipboardExpand all lines: src/backend/commands/indexcmds.c
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ typedef struct ReindexErrorInfo
129129
* prospective index definition, such that the existing index storage
130130
* could become the storage of the new index, avoiding a rebuild.
131131
*
132-
* 'heapRelation': the relation the index would apply to.
132+
* 'oldId': the OID of the existing index
133133
* 'accessMethodName': name of the AM to use.
134134
* 'attributeList': a list of IndexElem specifying columns and expressions
135135
* to index on.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.