Fix CheckIndexCompatible comment
Yugo Nagata <nagata@sraoss.co.jp>
From: Yugo NAGATA <nagata@sraoss.co.jp>
To: pgsql-hackers@postgresql.org
Date: 2022-02-03T16:46:34Z
Lists: pgsql-hackers
Attachments
- fix_CheckIndexCompatible_comment.patch (text/x-diff) patch
Hello, I found a old parameter name 'heapRelation' in the comment of CheckIndexCompatible. This parameter was removed by 5f173040. Attached is a patch to remove it from the comment. Regards, Yugo Nagata -- Yugo NAGATA <nagata@sraoss.co.jp>
Commits
-
Fix comment in CheckIndexCompatible().
- f927a6ec3ef7 15.0 landed