Re: Fix CheckIndexCompatible comment
Fujii Masao <masao.fujii@oss.nttdata.com>
From: Fujii Masao <masao.fujii@oss.nttdata.com>
To: Yugo NAGATA <nagata@sraoss.co.jp>, pgsql-hackers@postgresql.org
Date: 2022-02-04T00:08:22Z
Lists: pgsql-hackers
On 2022/02/04 1:46, Yugo NAGATA wrote: > 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. Thanks for the report! I agree to remove the mention of parameter already dropped, from the comment. OTOH, I found CheckIndexCompatible() now has "oldId" parameter but there is no comment about it though there are comments about other parameters. Isn't it better to add the comment about "oldId"? Regards, -- Fujii Masao Advanced Computing Technology Center Research and Development Headquarters NTT DATA CORPORATION
Commits
-
Fix comment in CheckIndexCompatible().
- f927a6ec3ef7 15.0 landed