Fix a typo in SearchCatCache function comment
Fix a typo in SearchCatCache function comment
От:
Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>
Дата:
Hi, While reviewing the patch in [1], I found that SearchCatCache function uses SearchCatCacheInternal as it's function name in the comment. It looks like a typo, attaching a very small patch to correct it. Thoughts? [1] - https://www.postgresql.org/message-id/CAD21AoAwxbd-zXXUAeJ2FBRHr%2B%3DbfMUHoN7xJuXcwu1sFi1-sQ%40mail.gmail.com With Regards, Bharath Rupireddy. EnterpriseDB: http://www.enterprisedb.com
Re: Fix a typo in SearchCatCache function comment
От:
Michael Paquier <michael@paquier.xyz>
Дата:
On Tue, Jan 12, 2021 at 12:17:20PM +0530, Bharath Rupireddy wrote: > While reviewing the patch in [1], I found that SearchCatCache function > uses SearchCatCacheInternal as it's function name in the comment. It > looks like a typo, attaching a very small patch to correct it. Good catch. I'll go fix it tomorrow if nobody objects. -- Michael
Re: Fix a typo in SearchCatCache function comment
От:
Michael Paquier <michael@paquier.xyz>
Дата:
On Tue, Jan 12, 2021 at 04:21:18PM +0900, Michael Paquier wrote: > Good catch. I'll go fix it tomorrow if nobody objects. And applied. Thanks! -- Michael