Thread
Commits
-
Fix routine name in comment of catcache.c
- fce7d0e6efbe 14.0 landed
-
Fix a typo in SearchCatCache function comment
Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com> — 2021-01-12T06:47:20Z
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> — 2021-01-12T07:21:18Z
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> — 2021-01-13T01:35:14Z
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