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

Commitf927a6e

Browse files
committed
Fix comment in CheckIndexCompatible().
Commit5f17304 removed the parameter "heapRelation" fromCheckIndexCompatible(), but forgot to remove the mention of itfrom the comment. This commit removes that unnecessary mention.Also this commit adds the missing mention of the parameter "oldId"in the comment.Author: Yugo NagataReviewed-by: Nathan Bossart, Fujii MasaoDiscussion:https://postgr.es/m/20220204014634.b39314f278ff4ae3de96e201@sraoss.co.jp
1 parent94c49d5 commitf927a6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/commands/indexcmds.c

Lines 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': therelationtheindex would apply to.
132+
* 'oldId': theOID oftheexisting 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)

[8]ページ先頭

©2009-2025 Movatter.jp